summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-21 21:28:31 +0100
committermms <michal@sapka.me>2024-02-21 21:28:31 +0100
commit3e338e9bdb690644397f684c1dba29c772583294 (patch)
tree0890cdc7ae8b4e56782989eba9fe6a71ccbc3d04 /layouts
parent828acb182ab2ed7a7320ebb138bf55579da1c322 (diff)
feat: add powered by
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index f92b8b9..1b9a7a0 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -122,6 +122,13 @@
<a href="/star-trek/">Star Trek </a> |
<a href="/vcs/git">VCS</a>
</nav>
+ <br>
+ <nav>
+ Powered by
+ <a href="https://www.openbsd.org/">OpenBSD</a>,
+ <a href="https://gohugo.io/">Hugo</a>, and
+ <a href="https://www.gnu.org/software/emacs/">Emacs</a>
+ </nav>
</nav>
</nav>
</footer>