WebHost: Add authors to supported games page (#6123)

This commit is contained in:
Duck
2026-05-09 09:00:00 -06:00
committed by GitHub
parent 7a5acfeceb
commit 3fcd337f65
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -68,6 +68,9 @@
<a href="{{ world.web.bug_report_page }}">Report a Bug</a>
{% endif %}
</details>
{% if "authors" in world.manifest %}
<p>Authors: {{ world.manifest["authors"] | join(", ") }}</p>
{% endif %}
{% endfor %}
</div>
{% endblock %}