aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/single/footer.html
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 12:58:17 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-12-15 12:58:17 +0300
commitf7c3137844795426041a6e1577296d2b803028aa (patch)
treef4bc298f9ce0376b0566215b5910965de5bf7f97 /layouts/partials/single/footer.html
parente319e8a03b9be578497929e96627acd721abad5f (diff)
Auto-commit 2024-12-15
Diffstat (limited to 'layouts/partials/single/footer.html')
-rw-r--r--layouts/partials/single/footer.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/layouts/partials/single/footer.html b/layouts/partials/single/footer.html
index 5c53001..66e4dc5 100644
--- a/layouts/partials/single/footer.html
+++ b/layouts/partials/single/footer.html
@@ -1,11 +1,15 @@
-<footer>
+<footer class="post-footer">
<div class="row between-xs">
<span>
+ {{ partial "icon.html" "tag" }}
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
</span>
{{ if .Params.Location }}
- <span class="p-location">@ {{.Params.Location}}</span>
+ <span class="p-location">
+ {{ partial "icon.html" "location" }}
+ {{.Params.Location}}
+ </span>
{{ end }}
</div>
</footer>