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