diff options
Diffstat (limited to 'theme/templates/post.html')
-rw-r--r-- | theme/templates/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html index fe38bc1..b7f059d 100644 --- a/theme/templates/post.html +++ b/theme/templates/post.html @@ -15,7 +15,7 @@ ><{{ post.date|strftime("%Y-%m-%d %a %H:%M:%S") }}></time > {% endif %} {% if post.filetags %} - <p class="tags"> + <p class="post-tags"> {% for tag in post.filetags %} <span class="tag">{{ tag }}</span> {% endfor %} |