From a657351dc08045957b33f2e41daaffa0033f64d0 Mon Sep 17 00:00:00 2001
From: Don Armstrong <don@donarmstrong.com>
Date: Sun, 21 Jul 2019 17:14:47 -0700
Subject: [PATCH] Use page for glob

---
 index.mdwn | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.mdwn b/index.mdwn
index b27ace8..97d24ca 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -1,7 +1,7 @@
 [[!meta description="Don Armstrong's Recipes"]]
 
-[[!inline pages="*.mdwn and !*index.mdwn" show="10"
-actions=yes rootpage="posts"]]
+[[!inline pages="page(*) and !page(index)" show="10"
+actions=yes]]
 
 [[!if test="enabled(sidebar)" then="""
 [[!sidebar]]
-- 
2.39.5