File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,12 +4,14 @@ title : Sitemap
44noindex: true
55layout: none
66---
7- {% assign sorted_pages = site.pages | sort:'url' %}{% assign logocount = 0 %}{% assign pagecount = 0 %}<urlset
8- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
9- xsi:schemaLocation=" http://www.sitemaps.org/schemas/sitemap/0.9"
10- xmlns=" http://www.sitemaps.org/schemas/sitemap/0.9"
11- xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" >
7+ {%- assign sorted_pages = site.pages | sort:'url' %}{% assign logocount = 0 %}{% assign pagecount = 0 -%}
8+ <?xml version =" 1.0" encoding =" UTF-8" ?>
129<?xml-stylesheet type =" text/xsl" href =" sitemap.xslt" ?>
10+ <urlset
11+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
12+ xsi : schemaLocation =" http://www.sitemaps.org/schemas/sitemap/0.9"
13+ xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
14+ xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" >
1315{%- for thePage in sorted_pages %}
1416 {%- if thePage.noindex %}
1517 {%- elsif thePage.title.size > 0 -%}
You can’t perform that action at this time.
0 commit comments