summaryrefslogtreecommitdiff
path: root/_content/template.gohtml
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-29 18:10:47 +0700
committerShulhan <ms@kilabit.info>2025-06-29 18:10:47 +0700
commit1f8f8801c48b75084f80e1614177480824572a07 (patch)
treee7c9567bca35cf2285e3ec702fcc69ab457872f5 /_content/template.gohtml
parent1209f0f62dcb8809c11a833cfce99c1c1b8a39d6 (diff)
downloadkilabit.info-1f8f8801c48b75084f80e1614177480824572a07.tar.xz
all: add asciidoctor-go as git submodule as part of project
The _project directory contains the program that we wrote and publish. The _content/project directory contains symlink to the project documentation.
Diffstat (limited to '_content/template.gohtml')
-rw-r--r--_content/template.gohtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/_content/template.gohtml b/_content/template.gohtml
index 72140a5..ddd163a 100644
--- a/_content/template.gohtml
+++ b/_content/template.gohtml
@@ -29,6 +29,8 @@
Mastodon
</a>
|
+ <a href="/project/"> Projects </a>
+ |
<a href="https://sr.ht/~shulhan" target="_blank"> SourceHut </a>
</div>
</div>
@@ -41,7 +43,7 @@
<div class="footer">
<div>
- Copyright 2007-2024, Shulhan &lt;ms&#64;kilabit.info&gt;. All rights
+ Copyright 2007-2025, Shulhan &lt;ms&#64;kilabit.info&gt;. All rights
reserved.
</div>
<div>
@@ -51,3 +53,6 @@
</div>
</body>
</html>
+<!--
+vim: filetype=html :
+-->