diff --git a/src/feed.njk b/src/feed.njk index 568abca..c589b7b 100644 --- a/src/feed.njk +++ b/src/feed.njk @@ -4,31 +4,37 @@ eleventyExcludeFromCollections: true date: git Last Modified metadata: title: devon.lol - subtitle: I write essays to no one about video games, technology, the internet, and other things in the world. - language: en + 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 }} - {{ metadata.subtitle }} - - - {{ page.date | dateToRfc3339 }} - {{ metadata.url }} - - {{ metadata.author.name }} - {{ metadata.author.email }} - + + + {{ 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.date | stringToDate | dateToRfc3339 }} - {{ item.templateContent }} - - {%- endfor -%} + {%- 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 }} + + + {%- endfor -%} + +