Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / sitemap.xml
1 ---
2 ---
3
4
5 <?xml version="1.0" encoding="UTF-8"?>
6 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
7   <url>
8     <loc>{{ site.url }}/</loc>
9     <lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
10     <changefreq>daily</changefreq>
11     <priority>1.0</priority>
12   </url>
13   {% for page in site.html_pages %}
14   {% if page.layout != "home" %}
15   <url>
16     <loc>{{ site.url }}{{ page.url }}</loc>
17     <lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
18     <changefreq>weekly</changefreq>
19     <priority>0.7</priority>
20   </url>
21   {% endif %}
22   {% endfor %}
23 </urlset>