diff --git a/themes/pelican-elegant/templates/article.html b/themes/pelican-elegant/templates/article.html index d6455bf..be4b6d3 100644 --- a/themes/pelican-elegant/templates/article.html +++ b/themes/pelican-elegant/templates/article.html @@ -79,10 +79,11 @@

Contents

- {% if article.author %} + {% if article.author %}

Submitted By

- {{ article.author }} - {% endif %} + + {% endif %} + {% if article.date %}

Published

{% set day = article.date.strftime('%d')|int %}