summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-02-26 22:08:06 +0100
committermms <michal@sapka.me>2024-02-26 22:08:06 +0100
commit484542db1958a19afaccf561b0ae3c5bf67708f6 (patch)
treed943129b4c81b31fd14f2bca88936d81f27bc7fd /layouts
parente74df49fb8d27a8384750f95d2061e5e5f47ce0b (diff)
feat: home/rss footer
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 418db7b..4745cd7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -101,6 +101,8 @@
</main>
<footer>
+ {{ partial "button-15" (dict "button" . "file" "home.gif" "alt" "Return to homepage" "href" "/") }}
+ {{ partial "button-15" (dict "button" . "file" "rss-20.gif" "alt" "RSS feed" "href" "/index.xml") }}
</footer>
</body>
</html>