Ajout de la création d'un flux RSS sur le site. #105

Merged
florent.lesaout merged 6 commits from rss-feed into master 2024-11-21 14:18:59 +01:00
Showing only changes of commit 486779e606 - Show all commits

View File

@ -24,7 +24,7 @@
<item> <item>
<title>{{ post.data.title }}</title> <title>{{ post.data.title }}</title>
<link>{{ absolutePostUrl }}</link> <link>{{ absolutePostUrl }}</link>
<description>{{ post.description }}</description> <description>{{ post.data.description }}</description>
<pubDate>{{ post.date | dateToRfc822 }}</pubDate> <pubDate>{{ post.date | dateToRfc822 }}</pubDate>
<category>{{ post.data.type }}</category> <category>{{ post.data.type }}</category>
<dc:creator>{{ post.data.author or metadata.author }}</dc:creator> <dc:creator>{{ post.data.author or metadata.author }}</dc:creator>