Skip to main content
Module

x/lume_theme_simple_blog/sitemap.xml.njk

Lume theme to create a simple blog
Go to Latest
File
<?xml version="1.0" encoding="utf-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">{%- for page in search.pages() %} <url> <loc>{{ page.data.url | url(true) }}</loc> <lastmod>{{ page.data.date | date("DATE") }}</lastmod> </url>{%- endfor %}</urlset>