Skip to content

Commit

Permalink
feat: Update feed xmlns in atom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed May 4, 2024
1 parent 9cb13fb commit 9a21973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="https://www.w3.org/2005/Atom">
<feed xmlns="http://www.w3.org/2005/Atom">

<title><![CDATA[{{ site.title | cdata_escape }}]]></title>
<link href="{{ site.url }}/atom.xml" rel="self" type="application/atom+xml"/>
Expand Down

0 comments on commit 9a21973

Please sign in to comment.