diff --git a/templates/archives.html b/templates/archives.html index 71f9772..f472e1f 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -4,7 +4,7 @@ {% block content %}
-

Archives

+

Archives

{% for article in dates %}
diff --git a/templates/article.html b/templates/article.html index 6e4753a..aa1084c 100644 --- a/templates/article.html +++ b/templates/article.html @@ -25,7 +25,7 @@
-

{{ article.title }}

+

{{ article.title }}

{% if SHARE %} diff --git a/templates/tags.html b/templates/tags.html index 61876a4..505f337 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -4,7 +4,7 @@ {% block content %}
-

Tags

+

Tags

    {% for tag, articles in tags|sort %}
  • {{ tag }} ({{ articles|count }})