diff --git a/source/themes/opdavies/opdavies/_layouts/post.html.twig b/source/themes/opdavies/opdavies/_layouts/post.html.twig
index f9d376c27..d711e2338 100644
--- a/source/themes/opdavies/opdavies/_layouts/post.html.twig
+++ b/source/themes/opdavies/opdavies/_layouts/post.html.twig
@@ -1,24 +1,22 @@
{% extends 'default' %}
{% block content_wrapper %}
-
- {% include 'post-header' %}
- {% block content %}{% endblock %}
+ {% include 'post-header' %}
+ {% block content %}{% endblock %}
- {% if page.tags %}
-
- Tags:
- {% for tag in page.tags %}
- {{ tag }}{% if not loop.last %}, {% endif %}
- {% endfor %}
-
- {% endif %}
+ {% if page.tags %}
+
+ Tags:
+ {% for tag in page.tags %}
+ {{ tag }}{% if not loop.last %}, {% endif %}
+ {% endfor %}
+
+ {% endif %}
- {% if page.next_post or page.previous_post %}
-
- {% endif %}
-
{# .col-md-9 #}
+ {% if page.next_post or page.previous_post %}
+