Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit bd48e1e

Browse files
committed
Update feed.xml
1 parent 3804274 commit bd48e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ layout: null
1717
<description>{{ post.content | xml_escape }}</description>
1818
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
1919
<link>{{ site.url }}{{ post.url }}</link>
20-
<guid isPermaLink="true">{{ site.url }{{ post.url }}</guid>
20+
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
2121
{% for tag in post.tags %}
2222
<category>{{ tag | xml_escape }}</category>
2323
{% endfor %}

0 commit comments

Comments
 (0)