{% set current_theme = current_theme() %} {% set config = config() %} {{ current_theme.headertags() }} {{ current_theme.local_style() }} Blog - {{ config.titulo }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

{{ config.titulo }} - Blog

{% if posts %} {% for post in posts %}

{{ post.title }}

Por {{ post.author.nombre }} {{ post.author.apellido or '' }} {% if post.published_at %} el {{ post.published_at.strftime('%d/%m/%Y') }} {% else %} el {{ post.timestamp.strftime('%d/%m/%Y') }} {% endif %} {% if post.comment_count > 0 %} - {{ post.comment_count }} comentario{{ 's' if post.comment_count != 1 else '' }} {% endif %} {% if post.view_count is defined and post.view_count is not none %} - {{ post.view_count }} vista{{ 's' if post.view_count != 1 else '' }} {% endif %}
{% if post.tags %}
{% for tag in post.tags %} {{ tag.name }} {% endfor %}
{% endif %}
{{ limpiar_html(mkdown2html(post.content[:300])) }} {% if post.content|length > 300 %}...{% endif %}
Leer más
{% endfor %} {% if pagination.pages > 1 %} {% endif %} {% else %}
No hay entradas de blog publicadas en este momento.
{% endif %}
Filtrar por etiqueta
Todas las entradas {% for tag in tags %} {{ tag.name }} {% endfor %}