From 48bc1a271c81c340f42cf5b60e079b59532e5f27 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 5 Jun 2026 19:05:51 -0700 Subject: Update index.html --- templates/index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/index.html b/templates/index.html index 88b9ca9..b6b3e20 100644 --- a/templates/index.html +++ b/templates/index.html @@ -206,12 +206,10 @@ {% for game in games %} - {% if game.image %} - {{ game.name }} - {% else %} - Default Game Image - {% endif %} + {% set image_url = game.image or "https://files.catbox.moe/j25fgw.pjpg" %} + + {{ game.name }} + {{ game.name }} -- cgit v1.2.3