{% assign firsttag = post.tags | first %}
        {% assign tmp_list = site.tagpages | where:"tag", firsttag %}
        {% assign type = tmp_list | first %}
        {{ type.title }} by {{post.author}} -
        {% if post.location %}{{post.location}} - {% endif %}
        {{ post.date | date_to_string }}