Flexible Lisp Blogware. Fork for personal use. Mirrored from https://github.com/kingcons/coleslaw originally.

sitemap.tmpl 276B

12345678910111213
  1. {namespace coleslaw.theme.feeds}
  2. {template sitemap}
  3. <?xml version="1.0"?>{\n}
  4. <urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
  5. {foreach $url in $content.urls}
  6. <url>
  7. <loc>{$config.domain}{$url}</loc>
  8. </url>
  9. {/foreach}
  10. </urlset>
  11. {/template}