diff --git a/templates/article.html b/templates/article.html index a9a1c1f..4aa9ebc 100644 --- a/templates/article.html +++ b/templates/article.html @@ -5,34 +5,33 @@ {% if not skip_header %} - - {{ title }} - + + {{ title }} + - {% if description %} - - {{ description }} - - {% endif %} - - {% if published %} - - Published - {% if author %} - by - {% if author_email %} - - {% endif %} - - {{ author }} - - {% if author_email %} - - {% endif %} + {% if description %} + + {{ description }} + + {% endif %} + + {% if published %} + + Published + {% if author %} by + {% if author_email %} + + {% endif %} + + {{ author }} + + {% if author_email %} + + {% endif %} + {% endif %} + on {{ published }} + {% endif %} - on {{ published }} - - {% endif %} {% endif %}