aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/single/footer.html
blob: 66e4dc5b801190fe6187e7662a923be55041b314 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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">
            {{ partial "icon.html" "location" }}
            {{.Params.Location}}
        </span>
        {{ end }}
    </div>
</footer>
{{ if .Params.comments }} {{ partial "comments.html" . }} {{ end }}