--- layout: layouts/base.njk title: "Blog" cssFile: "blog.css" permalink: /blog.html pagination: data: collections.post size: 6 alias: posts ---

Nuestro Blog

Consejos, tutoriales y noticias del mundo del aprendizaje en lĂ­nea.

{%- for post in posts -%}
{{ post.data.category }}

{{ post.data.title }}

{{ post.data.excerpt }}

{{ post.data.author }} {{ post.data.author }}
{%- endfor -%}