diff --git a/source/_includes/post/tags.html.twig b/source/_includes/post/tags.html.twig index 882505e7..d1cb6619 100644 --- a/source/_includes/post/tags.html.twig +++ b/source/_includes/post/tags.html.twig @@ -1,9 +1,13 @@ {% if page.tags %} -
+ Tags: + {% for tag in page.tags|sort %} + + {{- tag -}} + + {%- if not loop.last %},{% endif %} + {% endfor %} +