From f0ba85a56cb52afe582a85e2ebb3ed5e19f43920 Mon Sep 17 00:00:00 2001 From: "Ian Clarke (aider)" Date: Sun, 11 Aug 2024 14:31:23 -0500 Subject: [PATCH] fix: add data-content attribute to bulma-button shortcode --- hugo-site/layouts/shortcodes/bulma-button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo-site/layouts/shortcodes/bulma-button.html b/hugo-site/layouts/shortcodes/bulma-button.html index 57f67531..54c5982d 100644 --- a/hugo-site/layouts/shortcodes/bulma-button.html +++ b/hugo-site/layouts/shortcodes/bulma-button.html @@ -8,6 +8,6 @@ {{ $gradientStart = "#6633cc" }} {{ $gradientEnd = "#9966ff" }} {{ end }} - + {{ .Inner }}