From d0deda9b496f582374f71bf25dd97b8410387a21 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 22 Aug 2025 08:54:40 -0400 Subject: initial commit --- themes/orca/layouts/_shortcodes/all-posts.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 themes/orca/layouts/_shortcodes/all-posts.html (limited to 'themes/orca/layouts/_shortcodes/all-posts.html') diff --git a/themes/orca/layouts/_shortcodes/all-posts.html b/themes/orca/layouts/_shortcodes/all-posts.html new file mode 100644 index 0000000..dab993a --- /dev/null +++ b/themes/orca/layouts/_shortcodes/all-posts.html @@ -0,0 +1,4 @@ +{{ $pages := where site.RegularPages "Type" "eq" (.Get "type") }} +{{ range $pages }} + {{ partial "post-item" . }} +{{ end }} -- cgit v1.2.3