diff --git a/templates/index.html b/templates/index.html index 59f58dc..227219a 100755 --- a/templates/index.html +++ b/templates/index.html @@ -34,6 +34,8 @@ {% if SHOW_FULL_ARTICLE %} {{ article.content }} + {% elif article.has_summary %} + {{ article.summary }} {% elif article.summary %} {{ article.summary|truncate(140) }} {% endif %}