{%- if post.exif -%} {%- set dctype = "Image" -%} {%- else -%} {%- set dctype = "Text" -%} {%- endif -%} {% include 'block_header_open.html' %} {% if post.title %} {{ post.title }} | {{ site.domain }} {% else %} {{ post.name }} | {{ site.domain }} {% endif %} {% if post.modified %}{%endif%} . All rights reserved."> {% include 'block_header_close.html' %}
{% if post.reactions %}

{% include 'block_reaction.html' %}

{% elif post.title|length %}

{{ post.title }}

{% endif %} {% if 'IT' in post.tags %} {% if post.updated %} {% set py = post.updated|date('%Y')|int %} {% else %} {% set py = post.published|date('%Y')|int %} {% endif %} {% if( "now"|date('%Y')|int - py ) >= 2 %}

WARNING: this entry was published in {{ post.published|date('%Y') }}.
It might be outdated.

{% endif %} {%endif%}
{% if post.summary %}
{{ post.summary }}
{% endif %}
{{ post.html }} {% if ( post.exif ) %} {% include 'block_exif.html' %} {% endif %} {% if ( post.syndicate ) %} {% include 'block_syndicate.html' %} {% endif %}
{% if ( post.comments ) %} {% include 'block_comments.html' %} {% endif %}
{% include 'block_footer.html' %}