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 | |
| 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.
| -rw-r--r-- | _content/template.gohtml | 2 | ||||
| m--------- | _project/src/ciigo | 0 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 2 |
4 files changed, 3 insertions, 3 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> diff --git a/_project/src/ciigo b/_project/src/ciigo -Subproject ec7d47e11094d51e33a19009c5d8819cddaaaf5 +Subproject f905c3330aaa6f1c1f5b78815290691f20cf366 @@ -21,7 +21,7 @@ require ( gopkg.in/yaml.v2 v2.4.0 // indirect ) -//replace git.sr.ht/~shulhan/ciigo => ./_project/src/ciigo +replace git.sr.ht/~shulhan/ciigo => ./_project/src/ciigo //replace git.sr.ht/~shulhan/asciidoctor-go => ./_project/src/asciidoctor-go @@ -1,7 +1,5 @@ git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d h1:rdDzlVPJjgR6Jz84VNEAbdvNypMPtH3O6uEbVYb/7Rk= git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d/go.mod h1:cY9Ae1vu3OniC7z29twH1/PMJa7ZSSUqbK9QQM4/bhc= -git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29 h1:WQt46ZMMLVVSsccM7IGzUz+FrddehvHaplzpBl7u9UI= -git.sr.ht/~shulhan/ciigo v0.15.4-0.20260124144929-5f12f2705a29/go.mod h1:S2aZR80qc3bN8b6O1gHZiJOfhlzJT7rGn2H82V9wMac= git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f h1:2D3QbPVWg5g91wcuyfY9fuN35NWXvCJAjg7c6YbKSVE= git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260115103415-806359d5462f/go.mod h1:1MkKXbLZRHTcnheeSEbRpGztkym4Yxzh90ep+jCxbDc= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= |
