--- permalink: feed.xml eleventyExcludeFromCollections: true date: git Last Modified metadata: title: devon.lol description: I write essays to no one about video games, technology, the internet, and other things in the world. language: en-us url: https://devon.lol/ author: name: Devon Campbell email: devon@devon.lol --- {{ metadata.title }} {{ permalink | absoluteUrl(metadata.url) }} {{ metadata.description }} {{ metadata.language }} {{ page.date | dateToRfc822 }} {{ '/apple-touch-icon.png' | absoluteUrl(metadata.url) }} {{ metadata.title }} {{ permalink | absoluteUrl(metadata.url) }} {%- for item in collections.feed | reverse -%} {{ item.data.title }} {{ item.data.relativeUrl | absoluteUrl(metadata.url)}} {{ item.date | stringToDate | dateToRfc822 }} {{ item.date | stringToDate | dateToRfc822 }} {{ item.templateContent | htmlToAbsoluteUrls(metadata.url) }} {%- endfor -%}