diff options
Diffstat (limited to 'layouts/partials/single/footer.html')
-rw-r--r-- | layouts/partials/single/footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html index c0f397a..61826cd 100644 --- a/layouts/partials/single/footer.html +++ b/layouts/partials/single/footer.html @@ -1,9 +1,11 @@ <footer class="post-footer"> <div class="row between-xs"> + {{ if .Params.Tags }} <div class="p-tags"> {{ partial "icon.html" "tag" }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} </div> + {{ end }} {{ if .Params.Location }} <div class="p-location"> |