diff --git a/templates/article.html b/templates/article.html index c933120..39665a0 100644 --- a/templates/article.html +++ b/templates/article.html @@ -51,83 +51,65 @@ {% endif %} - {% endblock %} {% block content %}

- {{ article.title }}

- {% import 'translations.html' as translations with context %} - {{ translations.translations_for(article) }} -Published: -{% if article.modified %} -
Updated: -{% endif %} -{% if article.authors %} -
- By {% for author in article.authors %} + {{ article.title }} + {% import 'translations.html' as translations with context %} + {{ translations.translations_for(article) }} + Published: + {% if article.modified %} +
Updated: + {% endif %} + {% if article.authors %} +
By {% for author in article.authors %} {{ author }} {% endfor %} -

-{% endif %} - -{% if SOCIAL_SHARE is sameas true %} - -{% else %} -{% endif %} - - - +

+ {% endif %} + {% if SOCIAL_SHARE is sameas true %} + + {% else %} + {% endif %} {% if article.photo_image %}

{% endif %} -
-
- {{ article.content }} +
+ {{ article.content }} {% if article.photo_gallery %} - {% endif %} {% if article.series %}
-

- -

This post is part {{ article.series.index }} of the "{{ article.series.name }}" series:

-
    +

    +

    This post is part {{ article.series.index }} of the "{{ article.series.name }}" series:

    +
      {% for part_article in article.series.all %} -
    1. - {{ part_article.title }} -
    2. +
    3. + {{ part_article.title }} +
    4. {% endfor %} -
    - +
{% endif %} - - -
{% if article.category %}
@@ -143,13 +125,13 @@ Published:
{% endif %}
- {% if MASTODON_COMMENTS is sameas True %} +

Click Here to Comment on Mastodon.

If its your first time commenting, click here to figure it out.

- {% endif %} - +
+ {% endif %}
-{% endblock %} +{% endblock %} \ No newline at end of file