Fix the site name
This commit is contained in:
parent
52b3b815d1
commit
e4a19ab8b3
|
@ -5,7 +5,7 @@ use:
|
|||
---
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<feed xmlns="http://www.w3.org/2005/Atom">
|
||||
<title><![CDATA[{{ site.title }}]]></title>
|
||||
<title><![CDATA[{{ site.name }}]]></title>
|
||||
<link href="{{ site.url }}{{ page.url }}" rel="self"/>
|
||||
<link href="{{ site.url }}"/>
|
||||
<updated>{{ site.calculated_date|date('c') }}</updated>
|
||||
|
|
Loading…
Reference in a new issue