From 1e89cd63899093e5bbc0c769fb14e01b470aa07f Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Sat, 12 Nov 2016 11:27:38 +0300 Subject: [PATCH] Strip html tags from article summary --- 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 cf2a5c0..a190415 100644 --- a/alchemy/templates/index.html +++ b/alchemy/templates/index.html @@ -33,7 +33,7 @@ All Articles

{{ article.title }}

- {{ article.summary }} + {{ article.summary|striptags }}
{% if not loop.last %}