diff --git a/blog/templates/blog/base.html b/blog/templates/blog/base.html index cf23131..23d68e3 100644 --- a/blog/templates/blog/base.html +++ b/blog/templates/blog/base.html @@ -6,17 +6,9 @@ - - - {{ post.text|safe|linebreaksbr|truncatewords:80 }}
-

+

{% if post.tags.names %} Tags: {% for tag in post.tags.names %} - {{ tag }} + {{ tag }} {% endfor %} {% endif %}