We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79225d4 commit c091301Copy full SHA for c091301
feed.xml
@@ -13,7 +13,7 @@
13
<channel>
14
<title>{{ site.title | xml_escape }}</title>
15
<description>{% if site.description %}{{ site.description | xml_escape }}{% endif %}</description>
16
- <link>{{ site.baseurl }}/feed.xml</link>
+ <link>{{ site.url }}{{ site.baseurl }}/feed.xml</link>
17
<atom:link href="{{ site.baseurl }}/feed.xml" rel="self" type="application/rss+xml" />
18
<language>en-US</language>
19
<copyright>Copyright {{ site.time | date: '%Y' }}, {{ site.title | xml_escape }}</copyright>
0 commit comments