From a28f47057d0cc3648d87b89c4687105dde3417d2 Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Sun, 7 Jan 2024 14:05:39 +0100 Subject: [PATCH] another error --- _includes/media-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/media-list.html b/_includes/media-list.html index ea74002c..a054dc57 100644 --- a/_includes/media-list.html +++ b/_includes/media-list.html @@ -47,7 +47,7 @@ {% include media-in-list.html -%} {% endif %} {% endif %} - {% if video.release_date and video.release_date != '' and releasedate < nowunix %} + {% if video.release_date and video.release_date != '' and video.release_date < nowunix %} {% assign mediasize = mediasize | plus: 1 -%} {% assign m2 = max | minus: 1 -%} {% if counter > m2 -%} -- GitLab