From c7f5572beb42c073ee6550816cd9e1f31cfa7092 Mon Sep 17 00:00:00 2001 From: mms Date: Sun, 24 Nov 2024 22:30:39 +0100 Subject: feat: bookmarks --- layouts/shortcodes/bookmarks-all.html | 16 ++++++++++++++++ layouts/shortcodes/links.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 layouts/shortcodes/bookmarks-all.html (limited to 'layouts') diff --git a/layouts/shortcodes/bookmarks-all.html b/layouts/shortcodes/bookmarks-all.html new file mode 100644 index 0000000..92a2d55 --- /dev/null +++ b/layouts/shortcodes/bookmarks-all.html @@ -0,0 +1,16 @@ +{{- $caption := .Inner }} +{{ $lastLetter := "Dupa" }} +{{ with resources.Get "more/bookmarks.yml"}} +{{ with . | transform.Unmarshal }} + +{{ end }} +{{ end }} diff --git a/layouts/shortcodes/links.html b/layouts/shortcodes/links.html index 4c87b41..2707af2 100644 --- a/layouts/shortcodes/links.html +++ b/layouts/shortcodes/links.html @@ -15,7 +15,7 @@
-

{{ $letter}}

+

{{ $letter}}

{{ end }} -- cgit v1.2.3