From 0b4da6748e931c41f0f0bcb40b8b16327a1ed6f5 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 15 Mar 2020 21:51:19 +0100 Subject: [PATCH] Fix syntax --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index d482968..8724946 100644 --- a/templates/base.html +++ b/templates/base.html @@ -110,7 +110,7 @@ {{ article.date }} · <a href="{{ article.author.url }}">{{ article.author }}</a> <p> {{ article.summary }} - </p + </p> <p><a href="{{ article.url }}">More info…</a></p> {% endfor %} </div> -- GitLab