From b20a1e836a5884b601142ae7249949fb3982d8b3 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Sat, 16 Mar 2024 10:09:48 +1100 Subject: [PATCH] Added a links section --- layouts/partials/sidebar-items/links.html | 10 ++++++++++ layouts/partials/sidebar.html | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 layouts/partials/sidebar-items/links.html diff --git a/layouts/partials/sidebar-items/links.html b/layouts/partials/sidebar-items/links.html new file mode 100644 index 0000000..1129e46 --- /dev/null +++ b/layouts/partials/sidebar-items/links.html @@ -0,0 +1,10 @@ + \ No newline at end of file diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index d8a6e17..6840026 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -9,4 +9,6 @@

This is some more stuff that goes here.

+ + {{ partial "sidebar-items/links.html" (dict "title" "Books" "links" (index .Site.Data.blogrolls "books-that-are-cool"))}} \ No newline at end of file