未验证 提交 54b409ac 编写于 作者: 知雨 提交者: GitHub

feat: add index page to sitemap.xml (#1318)

上级 30c50f61
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>${blog_url!}</loc>
<lastmod>${options.birthday?number_to_datetime?iso_local}</lastmod>
</url>
<#if posts?? && posts?size gt 0>
<#list posts as post>
<url>
......@@ -28,4 +32,4 @@
</#list>
</#if>
</@tagTag>
</urlset>
\ No newline at end of file
</urlset>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册