From 0d30b620724533bed2e62759ef583551f8faae73 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 10 Jan 2024 15:30:36 -0800 Subject: [PATCH] chore: fix code example --- src/posts/2024/link-blogging-using-readwise.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/posts/2024/link-blogging-using-readwise.md b/src/posts/2024/link-blogging-using-readwise.md index 1a952aae..0ff74f10 100644 --- a/src/posts/2024/link-blogging-using-readwise.md +++ b/src/posts/2024/link-blogging-using-readwise.md @@ -76,10 +76,10 @@ pagination: data: links size: 8 --- -{% for link in links %} -
+{% for link in pagination.items %} +