--- title: titles.blog layout: default namespace: blog permalink: /blog/ permalink_en: /blog/ ---

{% t titles.blog %} {% if site.lang == "ca" %} RSS Feed {% else %} RSS Feed {% endif %}

{% t blog.intro %} Creative Commons BY-ND 4.0.

{% capture posts_count %}{{ site.posts | where:"lang",site.lang | size }}{% endcapture %} {% if posts_count == "0" %}
{% t blog.empty %}
{% endif %} {% for post in site.posts %} {% if site.lang == post.lang %}

{{ post.title }}{% if post.subtitle %}. {{ post.subtitle }}{% endif %}

{{ post.content | truncatewords: 50 | strip_html }} [{% t blog.read %} {% t blog.more %}]
{% endif %} {% endfor %}