Error in user YAML: (<unknown>): did not find expected '-' indicator while parsing a block collection at line 2 column 1
---
--- # categories
- general
site: github
layout: common
title: Index
---
{% for post in site.posts limit:5 %}
{{ post.content }} Posted {{ post.date | date_to_long_string }}. {% endfor %}