diff --git a/templates/archives.html b/templates/archives.html index 604cab5..667312f 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -3,7 +3,7 @@ {% block description %}{% endblock %} {% block content %} -
+

Archives

{% for article in dates %} diff --git a/templates/article.html b/templates/article.html index 9c82b1d..b2568e2 100644 --- a/templates/article.html +++ b/templates/article.html @@ -46,13 +46,10 @@ @@ -67,13 +64,12 @@ {% if SHARE %} - Share - Tweet - Share + Share + Tweet {% endif %} {% if not MG_DISABLE_SUMMARY %}

{{ article.summary|striptags }}

{% endif %} diff --git a/templates/base.html b/templates/base.html index d39eae1..f886de2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -72,7 +72,7 @@
-
+
{% block header_text %}{% if ALT_NAME %}{{ ALT_NAME }}{% else %}{{ SITENAME }}{% endif %}{% endblock %} @@ -214,11 +214,9 @@ {% if EXTRA_ATOM_FEED %}
  • {% endif %} {% if SOCIAL %} {% for link_destination, link in SOCIAL %} -
  • - + -
  • {% endfor %} {% endif %} diff --git a/templates/index.html b/templates/index.html index 660604c..03d5b2b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -37,10 +37,10 @@ window.langs = {{ MG_LANG_FILTER_TAGS|tojson }}; {% if DEFAULT_PAGINATION and articles_paginator.num_pages > 1 %}
      - {% if articles_previous_page %}
    • {% endif %} + {% if articles_previous_page %}
    • {% endif %} {% if articles_previous_page %}
    • {{ articles_previous_page.number }}
    • {% endif %}
    • {{ articles_page.number }}
    • - {% if articles_next_page %}
    • {% endif %} + {% if articles_next_page %}
    • {% endif %} {% if articles_next_page %}
    • {{ articles_next_page.number }}
    • {% endif %}
    {% endif %} diff --git a/templates/partials/article-excerpt.html b/templates/partials/article-excerpt.html index d3cfc6b..fec66b9 100644 --- a/templates/partials/article-excerpt.html +++ b/templates/partials/article-excerpt.html @@ -2,12 +2,12 @@

    {{ article.title|e }}

    - {% if not MG_DISABLE_SUMMARY %}

    {{ article.summary|striptags|striptags }}

    {% endif %} + {% if not MG_DISABLE_SUMMARY %}

    {{ article.summary|striptags|striptags }}

    {% endif %}
    {{ article.content }}
    {% include "partials/inline-tags.html" %} -
    +
    diff --git a/templates/partials/article-short.html b/templates/partials/article-short.html index 66a1c19..bcbf5cf 100644 --- a/templates/partials/article-short.html +++ b/templates/partials/article-short.html @@ -8,7 +8,7 @@

    {{ article.title|e }}

    {{ article.summary|striptags|striptags }}

    {% if not MG_DISABLE_SUMMARY %}

    {{ ' '.join(article.content.split(' ')[:75])|striptags|striptags }}...

    {% endif %} diff --git a/templates/partials/inline-tags.html b/templates/partials/inline-tags.html index 4e9d6d8..a8368ba 100644 --- a/templates/partials/inline-tags.html +++ b/templates/partials/inline-tags.html @@ -3,7 +3,7 @@ {% for tag in article.tags %} {{bullet()}} - {{tag.name}} + {{tag.name}} {% endfor %}
    diff --git a/templates/tag.html b/templates/tag.html index 5b51837..7f4fc78 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -15,10 +15,10 @@ {% endfor %} {% if DEFAULT_PAGINATION and articles_paginator.num_pages > 1 %}
      - {% if articles_previous_page %}
    • {% endif %} + {% if articles_previous_page %}
    • {% endif %} {% if articles_previous_page %}
    • {{ articles_previous_page.number }}
    • {% endif %}
    • {{ articles_page.number }}
    • - {% if articles_next_page %}
    • {% endif %} + {% if articles_next_page %}
    • {% endif %} {% if articles_next_page %}
    • {{ articles_next_page.number }}
    • {% endif %}
    {% endif %}