diff --git a/templates/_author_item.html b/templates/_author_item.html index 08983d0..9214d44 100644 --- a/templates/_author_item.html +++ b/templates/_author_item.html @@ -2,13 +2,14 @@ {% if name in AUTHORS %} {% set props = AUTHORS[name] %} {% endif %} -
  • +
  • +
    {% if props %} {% for key, value in props.vcard if key == 'photo' %} - + {% else %} {% endfor %} @@ -23,22 +24,32 @@ {% if props %} @@ -50,4 +61,5 @@ {% endif %}
    -
  • \ No newline at end of file + + diff --git a/templates/_list_item.html b/templates/_list_item.html index 1dccfa5..4a91ac3 100644 --- a/templates/_list_item.html +++ b/templates/_list_item.html @@ -1,15 +1,16 @@ -
  • +
  • {% if article.image %} - + {% else %} {% endif %}
    -

    {{ article.title|title }}

    +

    + {% if not category %}
    Category: {{ article.category }}
    {% endif %} @@ -30,9 +31,9 @@
      -
    • Published by {{ article.author }} on: {{ article.locale_date }}
    • +
    • Published by on:
    • {% if article.modified %} -
    • Last Modified on: {{ article.modified }}
    • +
    • Last Modified on: {{ article.modified }}
    • {% endif %}
    diff --git a/templates/archives.html b/templates/archives.html index b383216..ed5f2d4 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -1,6 +1,4 @@ {% extends 'base.html' %} -{% block title %}{{ super() }} - Archives{% endblock %} -{% block content_title %}Archives{% endblock %} {% block content %}
    {% for article in articles %} @@ -22,3 +20,4 @@ {% endfor %}
    {% endblock %} + diff --git a/templates/author.html b/templates/author.html index 1825f37..ec0eb72 100644 --- a/templates/author.html +++ b/templates/author.html @@ -1,9 +1,8 @@ {% extends 'base.html' %} -{% block title %}{{ super() }} - {{author}}{% endblock %} -{% block content_title %}{{author}}{% endblock %} {% block content %} -