diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 14:37:33 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 14:37:33 +0300 |
commit | 47fc02a8c71af4926148beb5d5cc0fc221aa5429 (patch) | |
tree | e2e5922b7fc16f3d25b02cd345ad534991d38629 /layouts/partials/single | |
parent | 017c7b792f3e679f61b004ec132a36f866b39e9b (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/partials/single')
-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"> |