--- page_id: articles --- {% include head.html %}
{{ content }}
{% for author in site.data.authors %} {% if author.author == page.author %} 作者:{{ author.author }} ({{ author.url }}) - {{ author.intro }}

{% endif %} {% endfor %}
{% include sidebar.html %}
{% include foot.html %}