From e34b07a6167580697f9aa185e6fa7ff247964b71 Mon Sep 17 00:00:00 2001 From: mms Date: Sun, 10 Mar 2024 19:48:28 +0100 Subject: chore:add reviews to ST home --- layouts/shortcodes/inline-heading.html | 1 + layouts/shortcodes/menu-inline.md | 25 +++++++++++++++++++++++++ layouts/shortcodes/st-voy-reviews.html | 14 ++++++++++++++ 3 files changed, 40 insertions(+) create mode 100644 layouts/shortcodes/inline-heading.html create mode 100644 layouts/shortcodes/menu-inline.md create mode 100644 layouts/shortcodes/st-voy-reviews.html (limited to 'layouts') diff --git a/layouts/shortcodes/inline-heading.html b/layouts/shortcodes/inline-heading.html new file mode 100644 index 0000000..59448a1 --- /dev/null +++ b/layouts/shortcodes/inline-heading.html @@ -0,0 +1 @@ +{{ .Inner }} diff --git a/layouts/shortcodes/menu-inline.md b/layouts/shortcodes/menu-inline.md new file mode 100644 index 0000000..356c675 --- /dev/null +++ b/layouts/shortcodes/menu-inline.md @@ -0,0 +1,25 @@ +{{- $menuID := .Get 0 }} +{{- $caption := .Inner }} + + diff --git a/layouts/shortcodes/st-voy-reviews.html b/layouts/shortcodes/st-voy-reviews.html new file mode 100644 index 0000000..dd402d6 --- /dev/null +++ b/layouts/shortcodes/st-voy-reviews.html @@ -0,0 +1,14 @@ +{{ $inner := .Inner }} + -- cgit v1.2.3