diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 31b71cc..7783f92 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -56,6 +56,12 @@ {% endif %} + {# + {% if article.image %} + article header image + {% endif %} + #}
{{ article.content }} diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index 2bc19e9..35c091b 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -45,6 +45,10 @@
{{ article.summary|striptags }}
+ {% if article.image %} + article header image + {% endif %}
{% if not loop.last %}