diff --git a/pelican/themes/simple/templates/article.html b/pelican/themes/simple/templates/article.html
index e81261c5..d558183d 100644
--- a/pelican/themes/simple/templates/article.html
+++ b/pelican/themes/simple/templates/article.html
@@ -2,15 +2,15 @@
{% block head %}
{{ super() }}
{% for keyword in article.keywords %}
-
+
{% endfor %}
{% for description in article.description %}
-
+
{% endfor %}
{% for tag in article.tags %}
-
+
{% endfor %}
{% endblock %}