diff options
Diffstat (limited to '_footer.t.html')
-rwxr-xr-x | _footer.t.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/_footer.t.html b/_footer.t.html new file mode 100755 index 0000000..7a6f0d6 --- /dev/null +++ b/_footer.t.html @@ -0,0 +1,9 @@ + </main> + <footer> + <p><a href="/rss.xml"><img src="/images/feed.svg"> Feed RSS</a> | + <a href="/email.html"><img src="/images/email.svg"> Email</a></p> + <p>Copyright © 2020-2022 Andrea Corsini - + <a href="/privacy-policy.html">Privacy policy</a></p> + </footer> + </body> +</html> |