Skip to content

Commit 862af18

Browse files
committed
Update feed.xml to use proper site title. Fixes #3
1 parent a6cdebd commit 862af18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: none
44
<?xml version="1.0" encoding="UTF-8"?>
55
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
66
<channel>
7-
<title>{{ site.name | xml_escape }}</title>
7+
<title>{{ site.title | xml_escape }}</title>
88
<description>{{ site.description | xml_escape }}</description>
99
<link>{{ site.url }}</link>
1010
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />

0 commit comments

Comments
 (0)