diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 7 |
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> |