Fix links in sitemap.json

master
rubenwardy 2018-07-25 15:52:41 +01:00 committed by GitHub
parent a3288e2ed9
commit 9ced9fb79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}