Skip to content

Commit

Permalink
🔥 Remove email address from RSS feed
Browse files Browse the repository at this point in the history
Not sure why I put this here in the first place, but it shows up in feed readers and that's just strange to me.
  • Loading branch information
querkmachine committed Nov 27, 2023
1 parent 8204717 commit 7c2759a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feed.xml.njk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ eleventyExcludeFromCollections: true
<link>{{ absolutePostUrl }}</link>
<guid>{{ absolutePostUrl }}</guid>
<pubDate>{{ post.date | dateToRfc822 }}</pubDate>
<author>{{ site.authorEmail }} ({{ site.authorName }})</author>
<author><![CDATA[{{ site.authorName | safe }}]]></author>
<enclosure url="{{ post.data.opengraphImage | absoluteUrl(site.domain) }}" length="0" type="image/png"/>
<description><![CDATA[{{ post.data.metadata.description }}]]></description>
<content:encoded><![CDATA[{{ post.content | htmlToAbsoluteUrls(absolutePostUrl) | safe }}]]></content:encoded>
Expand Down

0 comments on commit 7c2759a

Please sign in to comment.