From cd8c2850aa47849e62ac2be233a9374b44a1f890 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Sep 2022 03:18:54 +0530 Subject: Code Formatting :art: --- src/rss/feed.njk | 58 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/rss/feed.njk b/src/rss/feed.njk index 379f5fd..9921751 100644 --- a/src/rss/feed.njk +++ b/src/rss/feed.njk @@ -1,37 +1,37 @@ ---json { - "permalink": "feed.xml", - "eleventyExcludeFromCollections": true, - "metadata": { - "title": "indrajith.dev", - "subtitle": "This site is where I write about my fun side projects, R&D's, random thoughts, game development etc.", - "language": "en", - "url": "https://indrajith.dev/", - "author": { - "name": "Indrajith K L", - "email": "indrajith@indrajith.dev" + "permalink": "feed.xml", + "eleventyExcludeFromCollections": true, + "metadata": { + "title": "indrajith.dev", + "subtitle": "This site is where I write about my fun side projects, R&D's, random thoughts, game development etc.", + "language": "en", + "url": "https://indrajith.dev/", + "author": { + "name": "Indrajith K L", + "email": "indrajith@indrajith.dev" + } } - } } --- - - {{ metadata.title }} - {{ metadata.url }} - - {{ metadata.subtitle }} - {{ metadata.language }} - {%- for post in collections.posts | reverse %} - {%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %} - - {{ post.data.title }} - {{ absolutePostUrl }} - {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} - {{ post.date | dateToRfc822 }} - {{ metadata.author.name }} - {{ absolutePostUrl }} - - {%- endfor %} - + + {{ metadata.title }} + {{ metadata.url }} + + {{ metadata.subtitle }} + {{ metadata.language }} + {%- for post in collections.posts | reverse %} + {%- set absolutePostUrl = post.url | absoluteUrl(metadata.url) %} + + {{ post.data.title }} + {{ absolutePostUrl }} + {{ post.templateContent | htmlToAbsoluteUrls(absolutePostUrl) }} + {{ post.date | dateToRfc822 }} + {{ metadata.author.name }} + {{ absolutePostUrl }} + + {%- endfor %} + \ No newline at end of file -- cgit v1.2.3