Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 4 column 2
---
short: {{id}}
title: "{{full}}"
picture: "images/authors/{{id}}.jpg"
{% if github %}github: {{github}}{% endif %}
{% if twitter %}twitter: {{twitter}}{% endif %}
{% if linkedin %}linkedin: {{linkedin}}{% endif %}
{% if website %}web: {{website}}{% endif %}
---
{{bio}}