{% if site.mediaStorage %} {% capture imgPath %}https://a.pirati.cz/resize/348x232/{{ site.mediaStorage }}/img/{{ include.article.image }}{% endcapture %} {% else %} {% capture imgPath %}{% asset '{{ include.article.image }}' magick:resize='751x422^' magick:gravity='center' magick:crop='751x422+0+0' @path %}{% endcapture %} {% endif %} {{ include.article.title }}
{{ include.article.date | date: "%d.%m.%Y" }}

{{ include.article.title }}

{{ include.article.excerpt | truncatewords: 35 | strip_html }}

{% if include.article.tags %}
{% for tag in include.article.tags %} {% capture tagUrl %}{{ tag | prepend: '/tags/#' | relative_url }}{% endcapture %} {% capture tagClass %}article-card__category-button btn--condensed text-sm font-light {% if include.article.important %}btn--grey-700{% else %}btn--grey-125{% endif %}{% endcapture %} {% include buttons/basic.html class=tagClass cta=tag href=tagUrl %} {% endfor %}
{% endif %}