mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
fix: update title field in config and fix link formatting in post fix build errors Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
16 lines
310 B
XML
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>
|