chore: mv conf/tpl->website/template

This commit is contained in:
deepzz0
2021-05-07 15:17:20 +08:00
parent a99ed9504b
commit 488c0f04fe
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{{range .Articles}}
<url>
<loc>https://{{$.Host}}/post/{{.Slug}}.html</loc>
<lastmod>{{dateformat .CreatedAt "2006-01-02"}}</lastmod>
<priority>0.6</priority>
</url>
{{end}}
</urlset>