Skip to content

Commit c09dacc

Browse files
authored
Fix atom.xml namespace
1 parent 4ebac24 commit c09dacc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: null
33
elixir_url: https://elixir-lang.org
44
---
55
<?xml version="1.0" encoding="utf-8"?>
6-
<feed xmlns="https://www.w3.org/2005/Atom">
6+
<feed xmlns="http://www.w3.org/2005/Atom">
77

88
<title>Elixir Lang</title>
99
<link href="{{ page.elixir_url }}/atom.xml" rel="self"/>

0 commit comments

Comments
 (0)