Remove bloat

This commit is contained in:
Joakim Hellsén 2025-10-13 02:07:33 +02:00
commit 715cbf4bf0
51 changed files with 691 additions and 3032 deletions

View file

@ -9,11 +9,11 @@
{% if game.display_name != game.name and game.name %}<small>({{ game.name }})</small>{% endif %}
</h1>
<!-- Game image -->
{% if game.box_art_best_url %}
{% if game.box_art %}
<img id="game-image"
height="160"
width="160"
src="{{ game.box_art_best_url }}"
src="{{ game.box_art }}"
alt="{{ game.name }}">
{% endif %}
<!-- Game owner -->