Skip to content

Commit 6a8a57e

Browse files
committed
Revert/fix identifier is not in canonical form
1 parent e423c2e commit 6a8a57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---
33
<?xml version="1.0" encoding="utf-8"?>
44
<feed xmlns="http://www.w3.org/2005/Atom">
5-
<id>{{ site.url }}</id>
5+
<id>{{ "/" | absolute_url }}</id>
66
<link href="{{ site.url }}"/>
77
<link href="{{ page.url | absolute_url }}" rel="self"/>
88
{% if site.copyright %}

0 commit comments

Comments
 (0)