{% import "macros/macros.html" as post_macros %} {{ config.title }} {%- if term %} - {{ term.name }} {%- elif section.title %} - {{ section.title }} {%- endif -%} {%- if config.description %} {{ config.description }} {%- endif %} mat ess mat@mat.services https://www.mat.services {{ get_url(path=config.extra.favicon) }} © 2022 mat ess Zola {{ last_updated | date(format="%+") }} {{ feed_url | safe }} {%- for page in pages %} {%- if page.draft %} {% continue %} {% endif %} {{ page.title }} {{ page.date | date(format="%+") }} {{ page.updated | default(value=page.date) | date(format="%+") }} {{ page.permalink | safe }} {{ page.description | default(value="a post from mat's blog.") | safe }} {%- if page.extra.hero %} ]]> ]]> {% endif -%} {{ page.content }} {% endfor %}