manual refactoring

This commit is contained in:
Marc Froehlich
2026-07-20 22:27:53 +02:00
parent 273becf793
commit 334e5b03a8
18 changed files with 409 additions and 169 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ description: Deutsches Benutzerhandbuch für KST4Contest.
{% if manual.lang == "de" %}
<div class="card">
<h3><a href="/manual/de/{{ manual.slug }}/">{{ manual.title }}</a></h3>
<p>Handbuchseite „{{ manual.title }}“ öffnen.</p>
{% if manual.summary %}
<p>{{ manual.summary }}</p>
{% endif %}
</div>
{% endif %}
{% endfor %}
+3 -1
View File
@@ -15,7 +15,9 @@ description: English user manual for KST4Contest.
{% if manual.lang == "en" %}
<div class="card">
<h3><a href="/manual/en/{{ manual.slug }}/">{{ manual.title }}</a></h3>
<p>Open the {{ manual.title }} manual page.</p>
{% if manual.summary %}
<p>{{ manual.summary }}</p>
{% endif %}
</div>
{% endif %}
{% endfor %}