{{ config.title }} {{ last_updated | date(format="%+") }} {{ feed_url | safe }} {%- set blog = get_section(path="blog/_index.md") -%} {%- for page in blog.pages %} {{ page.title }} {{ page.date | date(format="%+") }} {{ page.updated | default(value=page.date) | date(format="%+") }} {% for author in page.authors %} {{ author }} {% else %} {%- if config.author -%} {{ config.author }} {%- else -%} Unknown {%- endif -%} {% endfor %} {{ page.permalink | safe }} {% if page.summary %} {{ page.summary }} {% else %} {{ page.content }} {% endif %} {%- endfor %}