This commit is contained in:
Yax 2019-08-23 20:42:26 +02:00
parent f8ddfb09e2
commit d18e556f2d
4 changed files with 13 additions and 2 deletions

2
layout/sitemap.xml Normal file
View file

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">

4
layout/sitemap_item.xml Normal file
View file

@ -0,0 +1,4 @@
<url>
<loc>{{ site_url }}/{{ date }}/{{ slug }}.html</loc>
<lastmod>{{ rfc_2822_date }}</lastmod>
</url>