Fix links in sitemap.json
This commit is contained in:
parent
a3288e2ed9
commit
9ced9fb79e
@ -8,7 +8,7 @@
|
||||
{
|
||||
"idx": {{ link.idx }},
|
||||
"title": "{{ link.title }}",
|
||||
"loc": "https://rubenwardy.com/minetest_modding_book/en/{{ link.link }}",
|
||||
"loc": "https://rubenwardy.com/minetest_modding_book/{{ link.url }}",
|
||||
{% if link.description %}
|
||||
"description": "{{ link.description }}",
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user