diff --git a/pelican/pelicanconf.py b/pelican/pelicanconf.py index 6717ac5..687fa06 100644 --- a/pelican/pelicanconf.py +++ b/pelican/pelicanconf.py @@ -15,7 +15,7 @@ DEFAULT_LANG = u'en' FEED_DOMAIN = SITEURL FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_RSS = 'feeds/all.rss.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' TRANSLATION_FEED_ATOM = None AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None diff --git a/pelican/themes/homebrewserver.club/templates/article.html b/pelican/themes/homebrewserver.club/templates/article.html index 6b33ba9..a0013b0 100644 --- a/pelican/themes/homebrewserver.club/templates/article.html +++ b/pelican/themes/homebrewserver.club/templates/article.html @@ -11,11 +11,6 @@ {% endblock %} -
- ../ -
- ../ - {% block content %}
diff --git a/pelican/themes/homebrewserver.club/templates/base.html b/pelican/themes/homebrewserver.club/templates/base.html index dfd4a74..22f44df 100644 --- a/pelican/themes/homebrewserver.club/templates/base.html +++ b/pelican/themes/homebrewserver.club/templates/base.html @@ -20,16 +20,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 %} {% from 'syndication.html' import syndication with context %} diff --git a/pelican/themes/homebrewserver.club/templates/gosquared.html b/pelican/themes/homebrewserver.club/templates/gosquared.html deleted file mode 100644 index 49ccbbe..0000000 --- a/pelican/themes/homebrewserver.club/templates/gosquared.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if GOSQUARED_SITENAME %} - -{% endif %} diff --git a/pelican/themes/homebrewserver.club/templates/index.html b/pelican/themes/homebrewserver.club/templates/index.html index 1777572..dce61bd 100644 --- a/pelican/themes/homebrewserver.club/templates/index.html +++ b/pelican/themes/homebrewserver.club/templates/index.html @@ -12,13 +12,8 @@ -
{{ article.content }}
+
{{ article.summary }}