diff --git a/templates/author.html b/templates/author.html index aa7bda7..170ba83 100644 --- a/templates/author.html +++ b/templates/author.html @@ -30,8 +30,6 @@ Menu -

Articles by {{ author|capitalize }}

- Posts: {{ articles|count }} {% if HEADER_COVER %}
{% elif HEADER_COLOR %} @@ -41,6 +39,39 @@ {% endif %}
-{% endblock header %} - + {% if AUTHORS_BIO and AUTHORS_BIO[author.name.lower()] != None %} +
+
+ +
+
+ {% endif %} + +{% endblock header %} diff --git a/templates/authors.html b/templates/authors.html index 5a55e5f..562387d 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -49,5 +49,3 @@ {% endif %} {% endfor %} {% endblock content %} - -