diff --git a/templates/base.html b/templates/base.html
index d4829689b4ef243e1c68971f1ccfd4ac48d0e9c6..872494674e7fd59afbdd7724a7da107636625a2f 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>