aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/single/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/single/footer.html')
-rw-r--r--layouts/partials/single/footer.html8
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>