From dfd4f8a4e0ba54d333e37de1a0767644d7e04730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Wed, 19 Mar 2025 17:00:12 +0200 Subject: [PATCH] Fix parallax --- .../templates/gallery/partials/parallax.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gallery/templates/gallery/partials/parallax.html b/gallery/templates/gallery/partials/parallax.html index efeb491..ddec3ac 100644 --- a/gallery/templates/gallery/partials/parallax.html +++ b/gallery/templates/gallery/partials/parallax.html @@ -7,12 +7,27 @@ {% if top_photos %} {% for photo in top_photos %}
  • - {{ photo.album.name }} - {{ photo.slug }} + {{ photo.album.name }} - {{ photo.slug }}
  • {% endfor %} {% else %}
  • - + Placeholder
  • {% endif %}