diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-29 18:10:47 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-29 18:10:47 +0700 |
| commit | 1f8f8801c48b75084f80e1614177480824572a07 (patch) | |
| tree | e7c9567bca35cf2285e3ec702fcc69ab457872f5 /_content/template.gohtml | |
| parent | 1209f0f62dcb8809c11a833cfce99c1c1b8a39d6 (diff) | |
| download | kilabit.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.gohtml | 7 |
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 <ms@kilabit.info>. All rights + Copyright 2007-2025, Shulhan <ms@kilabit.info>. All rights reserved. </div> <div> @@ -51,3 +53,6 @@ </div> </body> </html> +<!-- +vim: filetype=html : +--> |
