mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-23 20:41:50 -07:00
WebHost: Add authors to supported games page (#6123)
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user