sitemap
This commit is contained in:
parent
f8ddfb09e2
commit
d18e556f2d
4 changed files with 13 additions and 2 deletions
2
layout/sitemap.xml
Normal file
2
layout/sitemap.xml
Normal 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
4
layout/sitemap_item.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<url>
|
||||
<loc>{{ site_url }}/{{ date }}/{{ slug }}.html</loc>
|
||||
<lastmod>{{ rfc_2822_date }}</lastmod>
|
||||
</url>
|
||||
Loading…
Add table
Add a link
Reference in a new issue