summaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9c4a966..72732ef 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -20,9 +20,7 @@
{{/* Post tags are not allowed for drama, narratives and poems */}}
{{ if not (in (slice "drama" "narrative" "poem") $postType) }}
- <div class="tags-wrapper">
- {{ partial "post-tags.html" . }}
- </div>
+ {{ partial "post-tags.html" . }}
{{ end }}
</article>
{{ end }}