Template sets
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
---
|
||||
tags: template
|
||||
description: Lists all pages with ".conflicted" in the name, created as a result of a synchronization conflict.
|
||||
---
|
||||
|
||||
### Conflicting pages
|
||||
```query
|
||||
page where name =~ /\.conflicted/ render [[template/pages/page]]
|
||||
```
|
||||
Reference in New Issue
Block a user