{% if post.author %}
  • {% if fa %}{% else %}Author:{% endif %} {% for coll in post.author %} {% if coll|length %} {{ coll }} {% else %}{{ coll }}{% endif %} {% if loop.index < post.author|length %}
    {% endif %} {% endfor %}
  • {% endif %} {% if post.location %}
  • {% if fa %}{% else %}Location:{% endif %} {% for coll in post.location %} {% if coll|length %} {{ coll }} {% else %}{{ coll }}{% endif %} {% if loop.index < post.location|length %}
    {% endif %} {% endfor %}
  • {% endif %} {% if post.category %}
  • {% if fa %}{% else %}Category:{% endif %} {% for coll in post.category %} {% if coll|length %} {{ coll }} {% else %}{{ coll }}{% endif %} {% endfor %}
  • {% endif %} {% if post.tags %}
  • {% if post.tags|length > 1 %}{% if fa %}{% else %}Tags:{% endif %} {% else %}{% if fa %}{% else %}Tag:{% endif %}{% endif %} {% for coll in post.tags %} {% if coll|length %} {{ coll }} {% else %}{{ coll }}{% endif %} {% endfor %}
  • {% endif %} {% if ablog.disqus_shortname and (ablog[pagename].published or ablog.disqus_drafts) %}
  • {% if fa %}{% endif %} {% if not fa %}comment(s){% endif %}
  • {% endif %}