From 60304c029ae1de48872da1182493234060065e05 Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sun, 6 Nov 2016 23:56:10 +0300 Subject: [PATCH] Fix missing article summary on the index template Show the article.summary for teasers --- alchemy/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alchemy/templates/index.html b/alchemy/templates/index.html index cd1d519..a03893b 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -26,7 +26,7 @@ All Articles

{{ article.title }}

-

{{ article.content|striptags|truncate(256) }}

+

{{ article.summary }}