aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-06 02:12:44 +0300
committerValentin Popov <valentin@popov.link>2022-11-06 02:12:44 +0300
commit060597b9dbb25a34337a23c49c387e8c51b7618e (patch)
treea516d358166e0232b644788493c2444264354cc0 /templates
parent9e17d4d716498405b967642adcc335eea7293022 (diff)
downloadpopov.link-060597b9dbb25a34337a23c49c387e8c51b7618e.tar.xz
popov.link-060597b9dbb25a34337a23c49c387e8c51b7618e.zip
Added footer
Signed-off-by: Valentin Popov <valentin@popov.link>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 5139e13..400a523 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -29,6 +29,16 @@
<article>
{% block content %}{% endblock %}
</article>
+
+ <footer>
+ <small>
+ <span>{{ now() | date(format='%Y') | safe }}</span>
+ <span>&#169;</span>
+ <a href="mailto:hi@popov.link">Valentin Popov</a>
+ <span>|</span>
+ <a href="{{ get_url(path='atom.xml', trailing_slash=false) | safe }}">RSS</a>
+ </small>
+ </footer>
</body>
</html> \ No newline at end of file