From 08421e9da97f50076ba2585d60583c2be1e079f4 Mon Sep 17 00:00:00 2001 From: Andreas Kurm Date: Mon, 10 Feb 2020 12:51:23 +0100 Subject: [PATCH] Added link shortcode --- .../layouts/shortcodes/link.html | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 site/themes/hugo_ff_theme/layouts/shortcodes/link.html diff --git a/site/themes/hugo_ff_theme/layouts/shortcodes/link.html b/site/themes/hugo_ff_theme/layouts/shortcodes/link.html new file mode 100644 index 0000000..394d812 --- /dev/null +++ b/site/themes/hugo_ff_theme/layouts/shortcodes/link.html @@ -0,0 +1,20 @@ +
+
+
{{ .Get "name" }}
+

{{ .Get "description" }}

+
+ +
\ No newline at end of file