---
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.excerpt }}
{{ post.data.author }}
{%- endfor -%}