From 9b814297098c3bcee01ef643e5e1ea4771268dc9 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 9 Dec 2023 16:49:28 -0500 Subject: --- posts/loop.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'posts/loop.md') diff --git a/posts/loop.md b/posts/loop.md index f0a5759..119ec93 100644 --- a/posts/loop.md +++ b/posts/loop.md @@ -1,6 +1,5 @@ -# Looping Through Jekyll Collections - -2022-08-12 +[[!meta title="Looping Through Jekyll Collections"]] +[[!meta date="2022-08-12"]] I recently needed to add a couple new items to my wife's personal recipe website ([cookingwith.casa](https://cookingwith.casa)) which I hadn't touched in quite a while. The Jekyll build still worked fine, but I realized I was statically adding each `collection` by hand on the main homepage[^1]. @@ -56,6 +55,4 @@ That's it! Now if I plan to add any new collections down the line, I just need t Enjoy looping through your Jekyll collections! -## Refs - -1. Just the sections were statically rendered. All the recipes were pulled in dynamically - I'm not that insane! +[^1]: Just the sections were statically rendered. All the recipes were pulled in dynamically - I'm not that insane! -- cgit v1.2.3-54-g00ecf