We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e08b3 commit fa2a093Copy full SHA for fa2a093
src/sitemap.njk
@@ -10,7 +10,7 @@ eleventyExcludeFromCollections: true
10
and 'scraping-websites-for-data/' not in page.url
11
)%}
12
<url>
13
- <loc>{{ site.url }}{{ page.url | url }}</loc>
+ <loc>https://paulooi.ca{{ page.url | url }}</loc>
14
<lastmod>{{ page.date.getFullYear() }}-{{ page.date.getMonth() }}-{{ page.date.getDate() }}</lastmod>
15
</url>{% endif %}{% endfor %}
16
</urlset>
0 commit comments