迁移完毕.....舒服

This commit is contained in:
2025-12-23 13:03:36 +08:00
parent 24643b132a
commit 50199ec37f
7 changed files with 109 additions and 50 deletions

View File

@@ -2,13 +2,14 @@
<urlset xmlns="www.sitemaps.org">
<url>
<loc>{{ base_url }}</loc>
<lastmod>2025.12.22</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
{% for posts in posts %}
<url>
<loc>{{ base_url }}posts/{{ posts['id'] }}</loc>
<lastmod>{{ posts.updated_at }}</lastmod>
<loc>{{ base_url }}posts/{{ posts['id'] }}/</loc>
<lastmod>{{ posts['date'] }}</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>