aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
authorJulien Dessaux2021-09-12 12:11:13 +0200
committerJulien Dessaux2021-09-12 12:11:13 +0200
commit2a4a3b2be98fb380c366bd956428cbfed9454bcf (patch)
tree40208fd065c4c657a53f69876423781e639fd53e /layouts/partials/footer.html
parenttypo (diff)
downloadwww-2a4a3b2be98fb380c366bd956428cbfed9454bcf.tar.gz
www-2a4a3b2be98fb380c366bd956428cbfed9454bcf.tar.bz2
www-2a4a3b2be98fb380c366bd956428cbfed9454bcf.zip
Moved RSS feeds to the footer
Diffstat (limited to '')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index be01f64..eba254d 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,5 +1,5 @@
<footer>
<p>
- &copy; 2009 - {{ now.Year }} | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a>
+ &copy; 2009 - {{ now.Year }} | Julien (Adyxax) Dessaux | <a href="https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12" title="EUPL 1.2">Some rights reserved</a> | <a href="/blog/index.xml">RSS</a>
</p>
</footer>