From c9d979514c009e8b28d99cff2614b92019ccd5c8 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 11 Jun 2019 13:40:50 +0200 Subject: Add custom class support for mermaid and button shortcodes --- layouts/shortcodes/button.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'layouts/shortcodes/button.html') diff --git a/layouts/shortcodes/button.html b/layouts/shortcodes/button.html index 88b0f20..98d2cdd 100644 --- a/layouts/shortcodes/button.html +++ b/layouts/shortcodes/button.html @@ -7,4 +7,6 @@ {{ with .Get "relref" }} {{ $ref = relref $ . }} {{ end }} -{{ $.Inner }} + + {{ $.Inner }} + -- cgit v1.2.3