diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-28 05:45:33 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-28 05:50:44 +0700 |
| commit | d12808d9d3ca9515c9af0bf8c57c8af5742f7aa8 (patch) | |
| tree | 9c0fa36b1832845cb9b9aa747e69682b866b9b77 /_content/template.gohtml | |
| parent | 64654e10c4f27d0d4f217f0bb249faaa53d260a1 (diff) | |
| download | kilabit.info-d12808d9d3ca9515c9af0bf8c57c8af5742f7aa8.tar.xz | |
_content: add link to status.kilabit.info
The status page show the status of our services.
Diffstat (limited to '_content/template.gohtml')
| -rw-r--r-- | _content/template.gohtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml index 903425b..4ea24a8 100644 --- a/_content/template.gohtml +++ b/_content/template.gohtml @@ -38,6 +38,8 @@ <a class="item" href="/project/"> Projects </a> <span class="item">|</span> <a class="item" href="https://sr.ht/~shulhan" target="_blank"> SourceHut </a> + <span class="item">|</span> + <a class="item" href="https://status.kilabit.info" target="_blank"> Status </a> </div> </div> |
