Skip to content

Commit

Permalink
fix feed format
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nigade <[email protected]>
  • Loading branch information
dezinezync committed May 19, 2024
1 parent 784c9b7 commit 801f3c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<rss version="2.0">
<channel>
<title>{{ site.title | xml_escape }}</title>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<description>{{ site.description | xml_escape }}</description>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lang>en</lang>
<image>
<url>{{ "/assets/images/appicon/apple-touch-icon.png" | absolute_url }}</url>
<title>{{ site.title | xml_escape }}</title>
Expand Down

0 comments on commit 801f3c3

Please sign in to comment.