Skip to content

Commit 1cc4282

Browse files
adjust feed url
1 parent 8e55f37 commit 1cc4282

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
@@ -6,7 +6,7 @@ layout: null
66
<channel>
77
<title>{{ site.title | xml_escape }}</title>
88
<description>{{ site.description | xml_escape }}</description>
9-
<link>{{ site.url }}</link>
9+
<link>{{ site.github.url }}</link>
1010
{% for post in site.posts %}
1111
{% unless post.draft %}
1212
{% if post.layout == 'crossword-pdf' %}

0 commit comments

Comments
 (0)