diff options
Diffstat (limited to 'layouts/partials/footer/footer.html')
-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> |