diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-20 03:08:55 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-20 03:13:35 +0100 |
| commit | 0d5527b2db76ddbf31e19ed1a6ae7728dd74439d (patch) | |
| tree | 7d48741f8195010ae2cb1d8fcdb6d883d2e5c5bf | |
| parent | a3fc95324a2b74c505f962b1375c10b77ee18860 (diff) | |
| download | wiki-0d5527b2db76ddbf31e19ed1a6ae7728dd74439d.tar.gz wiki-0d5527b2db76ddbf31e19ed1a6ae7728dd74439d.tar.bz2 wiki-0d5527b2db76ddbf31e19ed1a6ae7728dd74439d.zip | |
Update sitemap_full.xml
| -rw-r--r-- | sitemap_full.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sitemap_full.xml b/sitemap_full.xml index d87cfc9..2a979f8 100644 --- a/sitemap_full.xml +++ b/sitemap_full.xml @@ -2,9 +2,10 @@ layout: none sitemap: false --- -{% if site.search_engine == "js" %}<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> +{% if site.search_engine == "js" %} <title>{{ site.name | xml_escape }}</title> <description>{{ site.description | xml_escape }}</description> <link>{{ site.url }}</link> @@ -33,5 +34,6 @@ sitemap: false {% endif %} {% endif %} {% endfor %} +{% endif %} </channel> -</rss>{% endif %} +</rss> |
