Merge branch minetest_modding_book:master into master

This commit is contained in:
debiankaios 2023-05-13 08:40:09 +00:00
commit f749e15834

View File

@ -1,14 +0,0 @@
---
layout: none
---
{% if site.calc_word_count %}
{% assign chapters = site.en | sort: "idx" %}
{% for chapter in chapters %}
{% unless chapter.homepage %}
{{ chapter.content }}
{% endunless %}
{% endfor %}
{% else %}
Cat disabled.
{% endif %}