--- layout: base.njk title: Adrian Victor:Blog --- {% set altLanguages = collections.post | alternateLanguages(postId, langKey) %} {% from "macros.njk" import videoCard with context %}

{{ postTitle }}

{{ authors or "Adrian Victor" }} - {{ date | postDate }}{% if lastModified | postDate !== date | postDate %} ({{ i18n[langKey].lastEditedIn }} {{ lastModified | postDate }}){% endif %}

{% if altLanguages.length > 0 %} {{ i18n[langKey].availableInOtherLanguages }}: {% for alt in altLanguages %}
  • {{ i18n[alt.lang].language }}
  • {% endfor %} {% endif %}
    {% if postVideoLink and postVideoImage and postVideoTitle and postVideoWebsite %} {{ videoCard(postVideoLink, postVideoTitle, postVideoImage, postVideoWebsite, postVideoDuration) }} {% endif %} {{ content | safe }}