aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theme/templates/post.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/theme/templates/post.html b/theme/templates/post.html
index 8387156..9300fb5 100644
--- a/theme/templates/post.html
+++ b/theme/templates/post.html
@@ -14,12 +14,6 @@
<time datetime='{{ post.date|strftime("%Y-%m-%d") }}'
>{{ post.date|strftime("%A, %B %d, %Y %H:%M:%S") }}</time
>
- {% endif %} {% if post.filetags %}
- <p class="post-tags">
- {% for tag in post.filetags %}
- <span class="tag">{{ tag }}</span>
- {% endfor %}
- </p>
{% endif %}
</section>
<section>{{ post.html | safe }}</section>