diff --git a/source/themes/opdavies/opdavies/_layouts/post.html.twig b/source/themes/opdavies/opdavies/_layouts/post.html.twig
index 14333163..f9d376c2 100644
--- a/source/themes/opdavies/opdavies/_layouts/post.html.twig
+++ b/source/themes/opdavies/opdavies/_layouts/post.html.twig
@@ -4,5 +4,21 @@
{% 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.next_post or page.previous_post %}
+
+ {% endif %}
{# .col-md-9 #}
{% endblock %}
\ No newline at end of file