aboutsummaryrefslogtreecommitdiffstats
path: root/site/_includes/sitemap_entry.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/_includes/sitemap_entry.html')
-rw-r--r--site/_includes/sitemap_entry.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/_includes/sitemap_entry.html b/site/_includes/sitemap_entry.html
new file mode 100644
index 0000000..f20645d
--- /dev/null
+++ b/site/_includes/sitemap_entry.html
@@ -0,0 +1,5 @@
+<url>
+ <loc>{{ site.url }}{{ include.url }}</loc>{% if include.change_frequency %}
+ <changefreq>{{ include.change_frequency }}</changefreq>{% endif %}{% if include.priority %}
+ <priority>{{ include.priority }}</priority>{% endif %}
+</url>