diff --git a/templates/Singular.j2.html b/templates/Singular.j2.html index a34d1a4..1eb2492 100644 --- a/templates/Singular.j2.html +++ b/templates/Singular.j2.html @@ -90,6 +90,12 @@
{{ post.url }} + {% if post.keywords|length > 0 %} +
+ {% for keyword in post.keywords %} + #{{ keyword }}{% if not loop.last %} {% endif %} + {% endfor %} + {% endif %}