{% t blog.posted_on %}
{% if site.lang == "ca" %}
{% include date.html date=include.date %}
{{ pre }}{{ day }} de {{ month }} del {{ year }}
{% else %}
{{ post.date | date: "%B %-d, %Y" }}
{% endif %}
{% t footer.by %} {{ site.author }}.
{% t blog.tags %}:
{% include listtags.html tags=include.tags urltobeused=include.urltobeused %}