diff --git a/templates/base.html b/templates/base.html index 24051bbec24281820e4923f33fab99280f2bb837..d4829689b4ef243e1c68971f1ccfd4ac48d0e9c6 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 %}