+
{{ article.title }}
+ title="Permalink to {{ article.title|striptags }}">{{ article.title }}
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(article) }}
Articles by {{ author }}
+Articles by {{ author }}
{% endblock %} diff --git a/pelican/themes/simple/templates/authors.html b/pelican/themes/simple/templates/authors.html index 9b80b499..01b4f6f1 100644 --- a/pelican/themes/simple/templates/authors.html +++ b/pelican/themes/simple/templates/authors.html @@ -3,7 +3,7 @@ {% block title %}{{ SITENAME|striptags }} - Authors{% endblock %} {% block content %} -Authors on {{ SITENAME }}
+Authors on {{ SITENAME }}
-
{% for author, articles in authors|sort %}
- {{ author }} ({{ articles|count }}) diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html index 94a16930..e006cba1 100644 --- a/pelican/themes/simple/templates/base.html +++ b/pelican/themes/simple/templates/base.html @@ -6,6 +6,12 @@ + {% if SITESUBTITLE %} + + {% endif %} + {% if STYLESHEET_URL %} + + {% endif %} {% if FEED_ALL_ATOM %} {% endif %} @@ -35,32 +41,32 @@
{{ SITENAME }}{% if SITESUBTITLE %} {{ SITESUBTITLE }}{% endif %}
-{{ SITENAME }}
{% if SITESUBTITLE %}{{ SITESUBTITLE }}
{% endif %} +