{{ post.title }}
{% endif %}
{% if ( post.photo ) %}
{% include 'block_photo.html' %}
{% endif %}
{{ post.html }}
{% endif %}
{% include 'block_header_open.html' %} {%- if taxonomy.name -%} {%- set title = taxonomy.name ~ ' | ' ~ site.domain -%} {%- else -%} {%- set title = site.title -%} {%- endif -%} {%- if ( taxonomy.paged > 1 ) -%} {%- set turl = site.url ~ taxonomy.url ~ taxonomy.paged ~ '/' -%} {%- else -%} {%- set turl = site.url ~ taxonomy.url -%} {%- endif -%}
{{ taxonomy.description }}
{% endif %} {% for post in posts %} {% if ( ( post.category == 'photo' ) ) %} {% set hentry = 'photo' %} {% elif ( ( post.category == 'article' ) or (post.category == 'journal' ) ) %} {% set hentry = 'article' %} {% elif ( ( post.category == 'note' ) or ( post.category == 'reply' ) ) %} {% set hentry = 'note' %} {% elif ( post.category == 'favorite' ) %} {% set hentry = 'favorite' %} {% else %} {% set hentry = 'status' %} {% endif %}