summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/taxonomy_list.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/taxonomy_list.html b/templates/taxonomy_list.html
index 3c83c16..9182c43 100644
--- a/templates/taxonomy_list.html
+++ b/templates/taxonomy_list.html
@@ -3,10 +3,10 @@
{% block content %}
<section class="posts">
<h1 class="post-title">Tags</h1>
+ <section class="terms">
{% for term in terms %}
- <section>
- <div class="post-content"><a href="{{ term.permalink }}" class="post-title-link">{{ term.name }}</a></div>
- </section>
+ <div class="post-content"><a href="{{ term.permalink }}" class="post-title-link">#{{ term.name }}</a></div>
{% endfor %}
+ </section>
</section>
{% endblock %}