Initial Release

This commit is contained in:
2026-05-24 19:52:45 -07:00
commit 8242fdbbb3
181 changed files with 10119 additions and 0 deletions
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
{{ range .Locations }}
<url>
<loc>{{ . }}</loc>
<lastmod>{{ $.Date }}</lastmod>
</url>
{{ end }}
{{ range .Manifest.Articles }}
<url>
<loc>https://panca.kz/blog/{{ .ID }}</loc>
<lastmod>{{ .Date.UTC.Format "2006-01-02" }}</lastmod>
</url>
{{ end }}
</urlset>