From 1e5d91545d5ea556beb4c66d73844a0c18aa0bfc Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Thu, 21 Nov 2024 21:05:23 -0300 Subject: [PATCH] =?UTF-8?q?Arreglados=20=C3=ADconos=20en=20insertos=20de?= =?UTF-8?q?=20cartas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/lucky/templates/shortcodes/ptcg_card.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/lucky/templates/shortcodes/ptcg_card.html b/themes/lucky/templates/shortcodes/ptcg_card.html index 448cd64..eb79595 100644 --- a/themes/lucky/templates/shortcodes/ptcg_card.html +++ b/themes/lucky/templates/shortcodes/ptcg_card.html @@ -1,5 +1,9 @@ {% set card = load_data(path="content/ptcg/cards/" ~ id ~ ".toml") %} +{% if nth == 1 and config.mode == "serve" %} + +{% endif %} +