summaryrefslogtreecommitdiff
path: root/posts/loop.md
diff options
context:
space:
mode:
authorbt <bt@web>2023-12-09 16:49:28 -0500
committerIkiWiki <ikiwiki.info>2023-12-09 16:49:28 -0500
commit9b814297098c3bcee01ef643e5e1ea4771268dc9 (patch)
tree277f1e25570f1a733aea9fd2ad68de82c175c5e1 /posts/loop.md
parent1c77fe7c14aa378dfe21a1769389eeda27e242a6 (diff)
Diffstat (limited to 'posts/loop.md')
-rw-r--r--posts/loop.md9
1 files changed, 3 insertions, 6 deletions
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!