diff options
author | mms <michal@sapka.me> | 2024-02-26 22:08:06 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-02-26 22:08:06 +0100 |
commit | 484542db1958a19afaccf561b0ae3c5bf67708f6 (patch) | |
tree | d943129b4c81b31fd14f2bca88936d81f27bc7fd /layouts | |
parent | e74df49fb8d27a8384750f95d2061e5e5f47ce0b (diff) |
feat: home/rss footer
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
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> |