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 %} +