From 6f96bff5b50958f3a98347fca2806f1af4a7a350 Mon Sep 17 00:00:00 2001 From: sora-ext Date: Mon, 24 Feb 2025 15:15:06 +0100 Subject: [PATCH] Update template/short.pug --- template/short.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/short.pug b/template/short.pug index e06e6cb..f4fdd09 100644 --- a/template/short.pug +++ b/template/short.pug @@ -3,7 +3,7 @@ include module/head.pug main#app(v-cloak) include module/nav_pub.pug div( - v-for="(item, idx) in journey_data.main", + v-for="(item, idx) in journey.data.main", :class="idx % 2 === 0 ? 'bg-dark text-white' : ''" ) include module/short_sec.pug