From e533b3b82e254e2c22ed40a570b5e8b31a1f126b Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 29 Oct 2011 01:37:55 +0200 Subject: First try at an ATOM feed --- templates/blog/base.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'templates/blog/base.html') 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 %} + +{% endblock %} + +{% block submenu %} +
+
+ blog +
+ feed +
+{% endblock %} -- cgit v1.2.3-54-g00ecf