File tree Expand file tree Collapse file tree 3 files changed +70
-0
lines changed Expand file tree Collapse file tree 3 files changed +70
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: null
3
+ ---
4
+ <?xml version="1.0" encoding="UTF-8"?>
5
+ <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">
6
+ {% for item in site.ecosys -%}
7
+ <url>
8
+ <loc>{{ item.url | prepend: site.baseurl | prepend: site.url }}</loc>
9
+ <lastmod>{{ item.date | date_to_xmlschema }}</lastmod>
10
+ </url>
11
+ {% endfor -%}
12
+ {% for library in site.libraries -%}
13
+ <url>
14
+ <loc>{{ library.url | prepend: site.baseurl | prepend: site.url }}</loc>
15
+ </url>
16
+ {% endfor -%}
17
+ {% for post in site.posts -%}
18
+ <url>
19
+ <loc>{{ post.url | prepend: site.baseurl | prepend: site.url }}</loc>
20
+ <lastmod>{{ post.date | date_to_xmlschema }}</lastmod>
21
+ </url>
22
+ {% endfor -%}
23
+ {% for page in site.pages -%}
24
+ {% unless page.layout == nil -%}
25
+ <url>
26
+ <loc>{{ page.url | prepend: site.baseurl | prepend: site.url }}</loc>
27
+ </url>
28
+ {% endunless -%}
29
+ {% endfor -%}
30
+ </urlset>
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: null
3
+ ---
4
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
5
+ <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" >
6
+ {% for item in site.ecosys -%}
7
+ <url >
8
+ <loc >{{ item.url | prepend: site.baseurl | prepend: site.url }}</loc >
9
+ <lastmod >{{ item.date | date_to_xmlschema }}</lastmod >
10
+ </url >
11
+ {% endfor -%}
12
+ {% for library in site.libraries -%}
13
+ <url >
14
+ <loc >{{ library.url | prepend: site.baseurl | prepend: site.url }}</loc >
15
+ </url >
16
+ {% endfor -%}
17
+ {% for post in site.posts -%}
18
+ <url >
19
+ <loc >{{ post.url | prepend: site.baseurl | prepend: site.url }}</loc >
20
+ <lastmod >{{ post.date | date_to_xmlschema }}</lastmod >
21
+ </url >
22
+ {% endfor -%}
23
+ {% for page in site.pages -%}
24
+ {% unless page.layout == nil -%}
25
+ <url >
26
+ <loc >{{ page.url | prepend: site.baseurl | prepend: site.url }}</loc >
27
+ </url >
28
+ {% endunless -%}
29
+ {% endfor -%}
30
+ </urlset >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <system .webServer>
4
+ <httpProtocol >
5
+ <customHeaders >
6
+ <add name =" Arr-Disable-Session-Affinity" value =" true" />
7
+ </customHeaders >
8
+ </httpProtocol >
9
+ </system .webServer>
10
+ </configuration >
You can’t perform that action at this time.
0 commit comments