diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:14:03 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-12-15 13:14:03 +0300 |
commit | c5a67bb508445a803289cb4902164f378236284e (patch) | |
tree | 398bbeafc2af75b3e8d681be11a5efb28581bbd4 /layouts/partials/single/footer.html | |
parent | fe877033e979a6913b3ff24ea7cc22a7f34fb72a (diff) |
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/partials/single/footer.html')
-rw-r--r-- | layouts/partials/single/footer.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html index 66e4dc5..c0f397a 100644 --- a/layouts/partials/single/footer.html +++ b/layouts/partials/single/footer.html @@ -1,15 +1,15 @@ <footer class="post-footer"> <div class="row between-xs"> - <span> + <div class="p-tags"> {{ partial "icon.html" "tag" }} {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} - </span> + </div> {{ if .Params.Location }} - <span class="p-location"> + <div class="p-location"> {{ partial "icon.html" "location" }} {{.Params.Location}} - </span> + </div> {{ end }} </div> </footer> |