https://github.com/LuisGC/blog
Revision 754f403bc489052a00792d375dd17da216af2246 authored by LuisGC on 12 January 2018, 18:54:02 UTC, committed by LuisGC on 12 January 2018, 18:54:02 UTC
1 parent c002f33
Raw File
Tip revision: 754f403bc489052a00792d375dd17da216af2246 authored by LuisGC on 12 January 2018, 18:54:02 UTC
summary added, posts removed
Tip revision: 754f403
sitemap.ftl
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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">
<#list published_content as content>
    <url>
        <loc>${config.site_host}/${content.noExtensionUri!content.uri}</loc>
        <lastmod>${content.date?string("yyyy-MM-dd")}</lastmod>
    </url>
</#list>
</urlset>
back to top