Fix the site name

This commit is contained in:
Oliver Davies 2021-07-20 18:28:15 +01:00
parent 52b3b815d1
commit e4a19ab8b3

View file

@ -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>