We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bc187 commit c95e183Copy full SHA for c95e183
sitemap.xml
@@ -0,0 +1,27 @@
1
+---
2
+layout: null
3
+search: exclude
4
5
+
6
+<?xml version="1.0" encoding="UTF-8"?>
7
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
8
9
+ {% for page in site.pages %}
10
+ <url>
11
+ <loc>{{page.url}}</loc>
12
+ <lastmod>{{site.time | date: '%Y-%m-%d' }}</lastmod>
13
+ <changefreq>daily</changefreq>
14
+ <priority>0.5</priority>
15
+ </url>
16
+ {% endfor %}
17
18
+ {% for post in site.posts %}
19
20
+ <loc>{{post.url}}</loc>
21
22
23
24
25
26
27
+</urlset>
0 commit comments