From 9a298e77a0c6112acdf82a1443bafebf4704b985 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Tue, 4 Nov 2025 00:40:29 -0500 Subject: [PATCH] pull bookmarks from Marky --- themes/v2/layouts/index.html | 2 +- themes/v2/layouts/partials/marky.html | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 themes/v2/layouts/partials/marky.html diff --git a/themes/v2/layouts/index.html b/themes/v2/layouts/index.html index 3b75b55..a12b3e9 100644 --- a/themes/v2/layouts/index.html +++ b/themes/v2/layouts/index.html @@ -71,5 +71,5 @@ - {{- partial "pinboard.html" . -}} + {{- partial "marky.html" . -}} {{ end }} diff --git a/themes/v2/layouts/partials/marky.html b/themes/v2/layouts/partials/marky.html new file mode 100644 index 0000000..7a73dec --- /dev/null +++ b/themes/v2/layouts/partials/marky.html @@ -0,0 +1,21 @@ +
+
+ +

Links (from Marky)

+ + {{ with resources.GetRemote "https://bookmarks.davideisinger.com/u:dce.json" | transform.Unmarshal }} + + {{ end }} +