diff --git a/pelicanconf.py b/pelicanconf.py index 17e0a35..e6ae878 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -60,6 +60,7 @@ ARTICLE_URL = 'articles/{date:%Y}/{date:%m}/{slug}/' AUTHOR_URL = 'a-propos/' CATEGORY_SAVE_AS = '{slug}/index.html' CATEGORY_URL = '{slug}/' +CATEGORIES_URL = 'categories/' PAGE_LANG_SAVE_AS = '{slug}/{lang}/index.html' PAGE_LANG_URL = '{slug}/{lang}/' PAGE_SAVE_AS = '{slug}/index.html' diff --git a/theme-uberspot/templates/author.html b/theme-uberspot/templates/author.html deleted file mode 100644 index 12bdb2f..0000000 --- a/theme-uberspot/templates/author.html +++ /dev/null @@ -1,2 +0,0 @@ -{% extends "index.html" %} -{% block title %}{{ SITENAME }} - Publications par «{{ author }}»{% endblock %} diff --git a/theme-uberspot/templates/authors.html b/theme-uberspot/templates/authors.html deleted file mode 100644 index e69de29..0000000 diff --git a/theme-uberspot/templates/base.html b/theme-uberspot/templates/base.html index 296a71e..2ef8bb2 100644 --- a/theme-uberspot/templates/base.html +++ b/theme-uberspot/templates/base.html @@ -12,16 +12,13 @@ - {% if SITE_ICON %} - + {% if FAVICO %} + {% endif %} {% if FEED_ATOM %} - + {% endif %} - {% if FEED_RSS %} - - {% endif %} - +

{{ SITENAME }}

@@ -43,14 +40,8 @@
- {% block content %}{% endblock %} - {% if PDF_PROCESSOR %} - PDF - {% endif %} - {% if PRINT %} - Print - {% endif %} - {% block footnote %}{% endblock %} + {% block content %}{% endblock content %} + {% block footnote %}{% endblock footnote %}