Skip to content

Commit

Permalink
fix: & -> & for xml
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed May 15, 2024
1 parent 043b15d commit 57d995c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: /atom.xml
{% for post in site.posts limit:10 %}
<entry>
<title type="text">{{ post.title | xml_escape }}</title>
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}/?utm_source=janhendrikewers.uk&utm_medium=RSS" />
<link rel="alternate" type="text/html" href="{{ site.url }}{{ post.url }}/?utm_source=janhendrikewers.uk&amp;utm_medium=RSS" />
<id>{{ site.url }}{{ post.id }}</id>
<published>{{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }}</published>
<updated>{{ post.date | date: "%Y-%m-%dT%H:%M:%SZ" }}</updated>
Expand Down

0 comments on commit 57d995c

Please sign in to comment.