diff options
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6b2c851..56557e5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -13,5 +13,9 @@ <div class="post-body"> {{ .Content }} </div> + + <div class="post-tags-wrapper"> + {{ partial "post-tags.html" . }} + </div> </article> {{ end }} |
