From 0b1f842d5573418e6a360fc717361306cd1a99c0 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 6 Apr 2010 18:29:32 -0400 Subject: [PATCH] add rss link --- markupwiki/templates/markupwiki/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/markupwiki/templates/markupwiki/base.html b/markupwiki/templates/markupwiki/base.html index 94d9808..f5b0d99 100644 --- a/markupwiki/templates/markupwiki/base.html +++ b/markupwiki/templates/markupwiki/base.html @@ -1 +1,6 @@ {% extends "base.html" %} + +{% block extrahead %} + +{% endblock %} +