From 4afb886250e4af1594144b3a8fd79612a06f4612 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sun, 15 Mar 2020 21:43:19 +0100 Subject: [PATCH] Fix link to article --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 24051bb..d482968 100644 --- a/templates/base.html +++ b/templates/base.html @@ -111,7 +111,7 @@ <p> {{ article.summary }} </p - <a href="{{ article.url }}">More info…</a> + <p><a href="{{ article.url }}">More info…</a></p> {% endfor %} </div> {% endblock %} -- GitLab