diff options
| author | Christian Cleberg <[email protected]> | 2025-09-25 20:34:15 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-09-25 20:34:15 -0500 |
| commit | 3cef30f114c43a07bf09cb59f173501786cf9b22 (patch) | |
| tree | 6152541de3cfff4e315202a74547e0788cda742b /theme/templates/post.html | |
| parent | 601d1199d0e78516cefd0bd1fa6e9806ba096465 (diff) | |
| download | cleberg.net-3cef30f114c43a07bf09cb59f173501786cf9b22.tar.gz cleberg.net-3cef30f114c43a07bf09cb59f173501786cf9b22.tar.bz2 cleberg.net-3cef30f114c43a07bf09cb59f173501786cf9b22.zip | |
remove post tags from template
Diffstat (limited to 'theme/templates/post.html')
| -rw-r--r-- | theme/templates/post.html | 6 |
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> |
