{% assign c = "c-blog-card" %}
{% if include.post.image %} {% endif %}
{% if include.post.tags.size >= 1 %}
{% assign current_lang = page.lang | default: site.default_lang %} {% for tag in include.post.tags %} {% assign tag_slug = tag | slugify %} {% assign tag_key = tag | downcase %} {% assign localized_tag = site.data.tags[tag_key][current_lang] | default: tag %} {% assign tag_type = site.data.tags[tag_key].type | default: "category" %} {{ localized_tag }} {% endfor %}
{% endif %}

{{ include.post.title }}

{% if include.post.description %}{{ include.post.description }}{% else %}{{ include.post.content | strip_html | truncate: 120 }}{% endif %}

{{ site.data.author.author_name }}
{{ site.data.author.author_name }}