{# possible variables: - cycling_tag: collection tag to cycle through - sidebar: .njk include file as sidebar [optional] #} {% extends "_layouts/base.njk" %} {% block content %} {% if sidebar %}
{% endif %}{{ post.date | date("dd/MM/yyyy") }}
{#Debug: {{ post.date }} -> {{ post.date | date("dd/MM/yyyy") }}
#} {% if post.data.description %}{{ post.data.description }}
{% else %}{% excerpt post %}
{% endif %} {{ "read-more" | i18n }} {% if post.data.image %}