summaryrefslogtreecommitdiffstats
path: root/templates/blog/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/blog/base.html')
-rw-r--r--templates/blog/base.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/blog/base.html b/templates/blog/base.html
index 2eadc88..e5caf88 100644
--- a/templates/blog/base.html
+++ b/templates/blog/base.html
@@ -3,3 +3,17 @@
{% block subtitle %}
blog
{% endblock %}
+
+{% block extrastyle %}
+<link href="/blog/atom/" type="application/atom+xml" rel="alternate"
+ title="Blog ATOM feed" />
+{% endblock %}
+
+{% block submenu %}
+<div class="container">
+ <div class="header">
+ blog
+ </div>
+ <a href="/blog/atom/">feed</a>
+</div>
+{% endblock %}