diff --git a/theme/templates/article.html b/theme/templates/article.html
index 3767fc4..bbcd906 100644
--- a/theme/templates/article.html
+++ b/theme/templates/article.html
@@ -1,11 +1,19 @@
-{% extends "base.html" %} {% block title %} {{ article.title }} - {{ SITENAME }}
-{% endblock %} {% block metadesc %} {% if article.summary %} {{
-article.summary|e }} {% else %} An Article in {{ SITETAG }}: {{ article.title }}
-{% endif %} {% endblock %} {% block content_header %}
+{% extends "base.html" %}
+
+{% block title %}
+{{ article.title }} - {{ SITENAME }}
+{% endblock %}
+{% block metadesc %}
+{% if article.summary %} {{ article.summary|e }} {% else %} An Article in {{ SITETAG }}: {{ article.title }}{% endif %}
+{% endblock %}
+
+{% block content_header %}
{{ article.title }}