diff --git a/WebHostLib/templates/games/games.html b/WebHostLib/templates/games/games.html index 3aa1eb49..628d5370 100644 --- a/WebHostLib/templates/games/games.html +++ b/WebHostLib/templates/games/games.html @@ -10,7 +10,7 @@

Currently Supported Games

{% for game, description in worlds.items() %} -

{{ game }}

+

{{ game }}

{{ description }}

{% endfor %}
diff --git a/WebHostLib/templates/player-settings.html b/WebHostLib/templates/player-settings.html index 096c2581..ff11c536 100644 --- a/WebHostLib/templates/player-settings.html +++ b/WebHostLib/templates/player-settings.html @@ -16,7 +16,12 @@

Choose the options you would like to play with! You may generate a single-player game from this page, or download a settings file you can use to participate in a MultiWorld.

-

A list of all games you have generated can be found here.

+

+ A list of all games you have generated can be found here. +
+ Advanced users can download a template file for this game + here. +


diff --git a/WebHostLib/templates/templates.html b/WebHostLib/templates/templates.html index 5c5fe5f1..2c346981 100644 --- a/WebHostLib/templates/templates.html +++ b/WebHostLib/templates/templates.html @@ -10,7 +10,7 @@ {% endblock %} {% block body %} -

+

Option Templates (YAML)