diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index a1da32f..933c9ea 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,7 +9,7 @@ <link rel="alternate" type="application/rss+xml" title="RSS 2.0" - href="http://feeds.feedburner.com/luxagraf/everything"> + href="http://feeds2.feedburner.com/luxagraf/blog"> <link rel="stylesheet" @@ -65,7 +65,7 @@ {% block primaryoverride %} <div class="content"> - {% block titleoverride %}<h2>{% block title %}{% endblock %}</h2>{% endblock %} + {% block titleoverride %}<h1>{% block title %}{% endblock %}</h1>{% endblock %} {% block primary %} {% endblock %} |