Files
wona.github.com/sitemap.xml
varun-r-mallya e01a4f3e6c fix: correct layout attribute in atom and sitemap files
fix: update title field in config and fix link formatting in post
fix build errors

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
2025-06-27 13:05:32 +05:30

16 lines
310 B
XML

---
layout: none
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>{{ site.url }}</loc>
</url>
{% for post in site.posts %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
</url>
{% endfor %}
</urlset>