From 84032966f14fb3c9269b570b1d4fc16452c601c4 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 7 Mar 2023 18:00:49 +0100 Subject: [PATCH] added actions shortcode. --- layouts/shortcodes/actions.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/shortcodes/actions.html diff --git a/layouts/shortcodes/actions.html b/layouts/shortcodes/actions.html new file mode 100644 index 0000000..9e93ef0 --- /dev/null +++ b/layouts/shortcodes/actions.html @@ -0,0 +1,8 @@ +{{ $link := .Get "url" }} +{{ $desc := .Get "desc" }} +{{ $outclass := .Get "outclass" }} +{{ $inclass := .Get "inclass" }} + + \ No newline at end of file -- 2.20.1