diff --git a/website/source/_layouts/post.html.twig b/website/source/_layouts/post.html.twig index 8e7a3de7..89216f51 100644 --- a/website/source/_layouts/post.html.twig +++ b/website/source/_layouts/post.html.twig @@ -6,6 +6,13 @@ Posted on {{ page.date|date('jS F Y') -}} + {% if page.tags %} + in + {% for tag in page.tags %} + {{ tag }} + {%- if not loop.last %},{% endif %} + {% endfor %} + {% endif %}