diff --git a/Categories/Projects.md b/Categories/Projects.md index b47db5f..c4b1d73 100644 --- a/Categories/Projects.md +++ b/Categories/Projects.md @@ -10,7 +10,7 @@ table status as Status, url as URL where - contains(category,[[Projects]]) and + contains(category,this.file.link) and !contains(file.name,"Template") sort year desc -``` \ No newline at end of file +```