Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
dae3a89780
3 changed files with 39 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
<item>
|
||||
<title>{{ entry.title }}</title>
|
||||
<link>{{ entry.url | stripUtm | encodeAmp }}</link>
|
||||
<pubDate>{{ entry.date }}</pubDate>
|
||||
<pubDate>{{ entry.date | stringToDate | dateToRfc822 }}</pubDate>
|
||||
<guid>{{ entry.url | stripUtm | encodeAmp }}</guid>
|
||||
<description>{{ entry.excerpt | markdown }}</description>
|
||||
</item>
|
||||
|
|
Reference in a new issue