summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/st-voy-reviews.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-03-10 19:48:28 +0100
committermms <michal@sapka.me>2024-03-10 19:48:28 +0100
commite34b07a6167580697f9aa185e6fa7ff247964b71 (patch)
tree13ad37c9af97593674c4f523e06bfc0212d4bc06 /layouts/shortcodes/st-voy-reviews.html
parent1bcf8c19d7966829fe3fcb25c0a37fa500e2de87 (diff)
chore:add reviews to ST home
Diffstat (limited to 'layouts/shortcodes/st-voy-reviews.html')
-rw-r--r--layouts/shortcodes/st-voy-reviews.html14
1 files changed, 14 insertions, 0 deletions
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 }}
+<nav class="inline-nav">
+ <h4>Impressions (reviews)</h4>
+ <ul>
+
+ <li>
+ <B>S05:</B>
+ {{- range index site.Menus "st-voy-rev-s5" }}
+ <a href="{{ .URL }}"> {{ .Name }}</a>
+ {{- end }}
+ </li>
+
+ </ul>
+</nav>