From fe7012879c287d80598a9b6e40929b61eefcd25c Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 5 May 2016 18:34:02 -0400 Subject: basic fixups to templates and stylesheet --- theme/templates/base.html | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'theme/templates/base.html') diff --git a/theme/templates/base.html b/theme/templates/base.html index f895fe3..bcc5f98 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -5,30 +5,24 @@ {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} -{% if FEED_ALL_ATOM %} - -{% endif %} -{% if FEED_ALL_RSS %} - +{% if FEED_RSS %} + {% endif %} {% if FEED_ATOM %} - + {% endif %} -{% if FEED_RSS %} - +{% if CATEGORY_FEED_RSS and category %} + {% endif %} {% if CATEGORY_FEED_ATOM and category %} {% endif %} -{% if CATEGORY_FEED_RSS and category %} - +{% if TAG_FEED_RSS and tag %} + {% endif %} {% if TAG_FEED_ATOM and tag %} {% endif %} -{% if TAG_FEED_RSS and tag %} - -{% endif %} {% block stylesheets %} @@ -64,7 +58,7 @@ {% block path %}{% endblock %} -

{% block pagetitle %}Hey Hey Hey!{% endblock %}

+

{% block pagetitle %}{% endblock %}

{% block pagesubtitle %}{% endblock %}

{% block right_stuff %} @@ -76,7 +70,6 @@
  {% block content %} -Here lies content! {% endblock %}
{% block commentary %} {% endblock %} -- cgit v1.2.3