{#- The RSS feed at /feed.xml. A feed is read away from the site that served it, so every URL here is absolute — which is what `| absolute` needs [site] base_url for. carries each post's full rendered HTML — the collection sets `include_content` to ask for it. #} {{ site.title }} {{ "index.html" | absolute | replace("index.html", "") }} {{ site.description }} {{ site.language }} hello@cleberg.net (Christian Cleberg) {%- for post in pages %} {{ post.title }} {{ post.url | absolute }} {{ post.url | absolute }} hello@cleberg.net (Christian Cleberg) {%- if post.date_iso %} {{ post.date_iso | rfc822 }} {%- endif %} {%- for tag in post.tags %} {{ tag }} {%- endfor %} {%- endfor %}