Documentation: Fix order, title, and link to SMZ3

This commit is contained in:
strotlog
2022-03-30 17:42:20 +00:00
committed by Fabian Dill
parent 6aef6f2c11
commit c471a70b35
4 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
{% include 'header/oceanHeader.html' %}
<div id="games" class="markdown">
<h1>Currently Supported Games</h1>
{% for game_name, world in worlds.items() | sort %}
{% for game_name, world in worlds.items() | sort(attribute=0) %}
<h2>{{ game_name }}</h2>
<p>
{{ world.__doc__ | default("No description provided.", true) }}<br />