{%- if post.exif -%} {%- set dctype = "Image" -%} {%- else -%} {%- set dctype = "Text" -%} {%- endif -%} {% include 'block_header_open.html' %} {% if post.title %} {{ post.title|e }} | {{ site.domain }} {% else %} {{ post.slug }} | {{ site.domain }} {% endif %} {% 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.sumhtml }}
{% endif %}
{% if ( post.photo ) %} {% include 'block_photo.html' %} {% endif %} {% if ( post.exif ) %} {% include 'block_exif.html' %} {% endif %} {{ post.html }} {% if ( post.syndicate ) %} {% endif %}

{% if post.updated and post.updated != post.published %}

{% endif %} {% if post.tags %}

{% for tname in post.tags %} # {% endfor %}

{% endif %}

{{ site.url }}/{{ post.shortslug }}

{% include 'block_author.html' %}

{% if ( post.comments ) %}
{% if post.replies|length > 0 %}
Replies
    {% for reply in post.replies %}
  1. {% if reply.author.url %} {{ reply.author.name }} {% else %} {{ reply.author.name }} {% endif %}

    {% if reply.source|length > 0 %} {% endif %}

  2. {% endfor %}
{% endif %} {% if post.reacjis|length > 0 %}
Reactions
{% for reacji, replies in post.reacjis.items() %}
{{ reacji }}
    {% for reply in replies %}
  • {% if reply.author.url %} {{ reply.author.name }} {% else %} {{ reply.author.name }} {% endif %}
  • {% endfor %}
{% endfor %}
{% endif %}
{% endif %}
{% include 'block_footer.html' %}