{{ config.title }} {{ config.rootUrl | escape_xml | safe }} {{ config.rss.description | default(value="Latest posts")}} Norgolith {{ config.language }} {{ now | date(format="%a, %d %b %Y %H:%M:%S %z") }} {{ config.rss.ttl | default(value=60) }} {{ config.rootUrl | escape_xml | safe }}{{ config.rss.image | default(value="/assets/favicon.png") }} {{ config.title }} {{ config.rootUrl | escape_xml | safe }} 144 144 {% for post in posts | filter(attribute="draft", value=false) %} {{ post.title }} {{ post.permalink | escape_xml | safe }} {{ post.permalink | escape_xml | safe }} {{ post.description }} {{ post.authors | join(sep=", ") }} {{ post.created | date(format="%a, %d %b %Y %H:%M:%S %z") }} {% if post.categories %}{% for category in post.categories %}{{ category }}{% endfor %}{% endif %} {% endfor %}