diff --git a/source/themes/opdavies/opdavies/_layouts/post.html.twig b/source/themes/opdavies/opdavies/_layouts/post.html.twig index a2d4ea93..ed599bf0 100644 --- a/source/themes/opdavies/opdavies/_layouts/post.html.twig +++ b/source/themes/opdavies/opdavies/_layouts/post.html.twig @@ -1,7 +1,8 @@ {% extends 'default' %} {% block content_wrapper %} -
Posted: {{ page.date | date('jS F Y') }}
+{# +{% if page.tags %} + Tags: + {% for tag in page.tags %} + {{ tag }}{% if not loop.last %},{% else %}.{% endif %} + {% endfor %} +{% endif %} +#} \ No newline at end of file