summaryrefslogtreecommitdiff
path: root/test.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-03-03 20:41:13 +0100
committerJonas Smedegaard <dr@jones.dk>2018-03-03 20:41:13 +0100
commit9178272545eeb586d94351c5ebd0981ab14c6a11 (patch)
tree9bb71b96e40ce30bcc81ab320964f15594132b3b /test.mdwn
parent0292f4aff4e7c7db496e6b359be47beac63f9af3 (diff)
Modernize to use tagged() pagespec.
Diffstat (limited to 'test.mdwn')
-rw-r--r--test.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/test.mdwn b/test.mdwn
index 03ca5b4f..c0bcdac8 100644
--- a/test.mdwn
+++ b/test.mdwn
@@ -1,8 +1,8 @@
[[!meta stylesheet=front rel=stylesheet]]
[[!template id=columns content="""
-[[!inline pages="( link(tag/forside) or link(tag/test) ) and link(tag/top) and !link(tag/bottom)" sort=mtime ]]
-[[!inline pages="( link(tag/forside) or link(tag/test) ) and !link(tag/top) and !link(tag/bottom)"]]
-[[!inline pages="( link(tag/forside) or link(tag/test) ) and link(tag/bottom) and !link(tag/top)" sort=mtime]]
+[[!inline pages="( tagged(forside) or tagged(test) ) and tagged(top) and !tagged(bottom)" sort=mtime ]]
+[[!inline pages="( tagged(forside) or tagged(test) ) and !tagged(top) and !tagged(bottom)"]]
+[[!inline pages="( tagged(forside) or tagged(test) ) and tagged(bottom) and !tagged(top)" sort=mtime]]
"""]]