From a5b1114f2e24e12126b9c08a941ca203db982e55 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Fri, 22 Nov 2024 00:06:48 +0000 Subject: [PATCH] =?UTF-8?q?Arreglados=20=C3=ADconos=20en=20insertos=20de?= =?UTF-8?q?=20cartas=20(#1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-on: https://codeberg.org/LuckyMeowth/luckymeowth/pulls/1 Co-authored-by: Felipe Contreras Salinas Co-committed-by: Felipe Contreras Salinas --- 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 %} +