mirror of
https://github.com/MinimalBible/MinimalBible.github.io
synced 2025-09-14 02:24:49 -04:00
Engage!
This commit is contained in:
15
sitemap.xml
Normal file
15
sitemap.xml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: nil
|
||||
---
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>{{ site.url }}</loc>
|
||||
</url>
|
||||
|
||||
{% for post in site.posts %}
|
||||
<url>
|
||||
<loc>{{ site.url }}{{ post.url }}</loc>
|
||||
</url>
|
||||
{% endfor %}
|
||||
</urlset>
|
Reference in New Issue
Block a user