From c0f750dfaba78e529fbefd3b457c5b25c9613128 Mon Sep 17 00:00:00 2001 From: Tobias Bauer Date: Wed, 19 Oct 2022 18:03:38 +0200 Subject: [PATCH] Add Support for shortcodes --- layouts/shortcodes/button.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/shortcodes/button.html b/layouts/shortcodes/button.html index 20125fb500..b39e2c097e 100644 --- a/layouts/shortcodes/button.html +++ b/layouts/shortcodes/button.html @@ -7,4 +7,5 @@ "iconposition" ((.Get "iconposition") | default (.Get "icon-position")) "style" (.Get "style") "title" (.Get "title") + "target" (.Get "target") ) }} \ No newline at end of file