From: maiki Date: Wed, 20 Dec 2017 23:18:03 +0000 (-0800) Subject: Update feed with site name (#1547) X-Git-Tag: 0.6.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48b1b916f1f4ba7e6f7920770f8bb38a61ec5f91;p=thirdparty%2Fbulma.git Update feed with site name (#1547) The site's title is set in `_config.yml`, so change `site.name` to `site.title`. --- diff --git a/docs/atom.xml b/docs/atom.xml index 6e4cd8417..fefd43272 100644 --- a/docs/atom.xml +++ b/docs/atom.xml @@ -3,13 +3,13 @@ - {{ site.name | xml_escape }} + {{ site.title | xml_escape }} {% if site.description %}{{ site.description | xml_escape }}{% endif %} {{ site.url }} {{ site.url }} {{ site.time | date_to_xmlschema }} - {{ site.name }} + {{ site.title }} bbxdesign@gmail.com