diff options
author | mms <michal@sapka.me> | 2024-04-26 22:40:29 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-26 22:40:58 +0200 |
commit | 2b72efd749c76b9c3d6a7a5bc310e6c6a530dea8 (patch) | |
tree | bd4c4a0b383c3302b0d2e294f500b614202fec12 /layouts/partials/footer | |
parent | 8107766380a121d50cb16c30e6df4db9f9e0d18e (diff) |
feat: tidy up
Diffstat (limited to 'layouts/partials/footer')
-rw-r--r-- | layouts/partials/footer/footer.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html new file mode 100644 index 0000000..0fb4d82 --- /dev/null +++ b/layouts/partials/footer/footer.html @@ -0,0 +1,6 @@ +<br> +<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") }} + {{ partial "button-15" (dict "button" . "file" "email-me.png" "alt" "Email me" "href" "/me/contact/") }} + </footer> |