<footer class="post-footer">
    <div class="row between-xs">
        {{ if .Params.Tags }}
        <div class="p-tags">
            {{ partial "icon.html" "tag" }}
            {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
        </div>
        {{ end }}

        {{ if .Params.Location }}
        <div class="p-location">
            {{ partial "icon.html" "location" }}
            <a href="https://www.openstreetmap.org/search?query={{.Params.Location}}">{{.Params.Location}}</a>
        </div>
        {{ end }}
    </div>
</footer>
{{ if .Params.comments }} {{ partial "comments.html" . }} {{ end }}