summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-26 21:45:23 +0100
committermms <michal@sapka.me>2024-02-26 21:45:23 +0100
commitaec99f3e8d57f40545e9cad1657e1d85952816c0 (patch)
tree5bafd1d6d9bc2ab6ad5aa5165c787451a6a99216 /layouts/_default/baseof.html
parent22d97916f51c049a777148205c0fd95a1aabc689 (diff)
feat: web buttons
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html34
1 files changed, 1 insertions, 33 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 49f65df..b626a95 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -97,43 +97,11 @@
{{ block "pagination" . }}
{{ end }}
- {{ partial "back_nav" . }}
<br><br>
</main>
-
-
-
<footer>
- <nav id="top-nav">
- <nav id="main-nav">
- <a href="/">Home</a> |
- <a href="/about">About</a> |
- <a href="/links">Links</a> |
- <a href="/index.xml">RSS</a>
- </nav>
- <nav id="categories-nav">
- <a href="/articles/">Articles</a> |
- <a href="/blog/">Blog</a> |
- <a href="/bsd/">BSD</a> |
- <a href="/emacs/">Emacs</a> |
- <a href="/funnies/">Funnies</a> |
- <a href="/site/">Site info</a> |
- <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>.
- Consider <a href="https://notochrome.org/">not using Chrome</a>.
-
- </nav>
-
- </nav>
- </nav>
+ {{ partial "button-15" (dict "button" . "file" "home.gif" "alt" "Return to homepage" "href" "/") }}
</footer>
</body>
</html>