diff options
Diffstat (limited to 'layouts/partials/list.html')
-rw-r--r-- | layouts/partials/list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/list.html b/layouts/partials/list.html index 7c17687..8106fba 100644 --- a/layouts/partials/list.html +++ b/layouts/partials/list.html @@ -21,10 +21,12 @@ </div> {{ end }} {{ end }} + {{ 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"> {{ partial "icon.html" "location" }} |