Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2023-09-20 08:15:06 -07:00
commit dae3a89780
No known key found for this signature in database
3 changed files with 39 additions and 6 deletions

View file

@ -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>