diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-20 03:03:46 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-20 03:13:18 +0100 |
| commit | 64de4b520b0e4d08b0ca06e9b50c281a7097758a (patch) | |
| tree | 7f6cb17a6de3e60ffb3c8152d2de0cb59f442cca | |
| parent | 27d5c63f1e5cb58db317a85ac3d59b72d19acb75 (diff) | |
| download | wiki-64de4b520b0e4d08b0ca06e9b50c281a7097758a.tar.gz wiki-64de4b520b0e4d08b0ca06e9b50c281a7097758a.tar.bz2 wiki-64de4b520b0e4d08b0ca06e9b50c281a7097758a.zip | |
Update sitemap_full.xml
| -rw-r--r-- | sitemap_full.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sitemap_full.xml b/sitemap_full.xml index 9731c17..d87cfc9 100644 --- a/sitemap_full.xml +++ b/sitemap_full.xml @@ -2,8 +2,7 @@ layout: none sitemap: false --- -{% if site.search_engine == "js" %} -<?xml version="1.0" encoding="UTF-8"?> +{% if site.search_engine == "js" %}<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <title>{{ site.name | xml_escape }}</title> @@ -35,5 +34,4 @@ sitemap: false {% endif %} {% endfor %} </channel> -</rss> -{% endif %}
\ No newline at end of file +</rss>{% endif %} |
