Skip to content

Commit

Permalink
Merge pull request #9 from stephenjbell/main
Browse files Browse the repository at this point in the history
Make sure RSS feed entry elements aren't HTML escaped
  • Loading branch information
siakaramalegos authored Jan 28, 2022
2 parents 6aafc4e + e663764 commit cbba847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rss.njk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permalink: feed.xml

{# build `entry` elements #}
{% set entryElements %}
{{ entryElements }}
{{ entryElements|safe }}
<entry>
<title>{{ event.title }}</title>
<link href="https://11tymeetup.dev/events/{{ event.slug.current }}"/>
Expand Down

0 comments on commit cbba847

Please sign in to comment.