blob: 5c53001fc7a0c57dbeeea5a308edcb18bc5cb96d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<footer>
<div class="row between-xs">
<span>
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
</span>
{{ if .Params.Location }}
<span class="p-location">@ {{.Params.Location}}</span>
{{ end }}
</div>
</footer>
{{ if .Params.comments }} {{ partial "comments.html" . }} {{ end }}
|