From 229e0209cf89b03b7d724dc41e1a22607e4cf855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patricio=20Garc=C3=ADa?= Date: Thu, 14 Aug 2025 20:03:19 +0100 Subject: [PATCH] Nikola auto commit. Nikola version: 8.3.3 --- .../templates/mako/accordion_bootstrap4.tmpl~ | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 plugins/accordion/templates/mako/accordion_bootstrap4.tmpl~ diff --git a/plugins/accordion/templates/mako/accordion_bootstrap4.tmpl~ b/plugins/accordion/templates/mako/accordion_bootstrap4.tmpl~ deleted file mode 100644 index 2ce3c30..0000000 --- a/plugins/accordion/templates/mako/accordion_bootstrap4.tmpl~ +++ /dev/null @@ -1,28 +0,0 @@ -<%block name="content"> -
- % for i in range(len(box_titles)): -
-
-

- % if i == 0: - -

-
- % if i == 0: -
- % else: -
- % endif -
- ${box_contents[i]} -
-
-
- % endfor -
-