diff --git a/pelicanconf.py b/pelicanconf.py index 5060db9..e282bd3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,4 +53,4 @@ LOAD_CONTENT_CACHE = False -# THEME = 'theme/python-pt' +THEME = 'theme/python-pt' diff --git a/theme/python-pt/templates/base.html b/theme/python-pt/templates/base.html index 822837d..b9e3911 100755 --- a/theme/python-pt/templates/base.html +++ b/theme/python-pt/templates/base.html @@ -23,16 +23,16 @@ {% endif %} {% if CATEGORY_FEED_ATOM and category %} - + {% endif %} {% if CATEGORY_FEED_RSS and category %} - + {% endif %} {% if TAG_FEED_ATOM and tag %} - + {% endif %} {% if TAG_FEED_RSS and tag %} - + {% endif %} {% endblock head %}