aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/single/footer.html
blob: c0f397ab6765515d66baaa836ccaefb195d9e091 (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">
        <div class="p-tags">
            {{ partial "icon.html" "tag" }}
            {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
        </div>

        {{ if .Params.Location }}
        <div class="p-location">
            {{ partial "icon.html" "location" }}
            {{.Params.Location}}
        </div>
        {{ end }}
    </div>
</footer>
{{ if .Params.comments }} {{ partial "comments.html" . }} {{ end }}