From 0cd956c7e8ab38ea31acd7afb4d70c9f3221da18 Mon Sep 17 00:00:00 2001 From: Antonio Pitasi Date: Fri, 27 Dec 2024 18:57:56 +0100 Subject: [PATCH] fix typo in Video Game Genre template "Category" was misspelled causing the dataview to not render anything. --- Templates/Video Game Genre Template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Templates/Video Game Genre Template.md b/Templates/Video Game Genre Template.md index 7e293dd..1095e6c 100644 --- a/Templates/Video Game Genre Template.md +++ b/Templates/Video Game Genre Template.md @@ -10,8 +10,8 @@ table without id year as Year, rating as Rating where - contains(categoy, [[Games]]) and + contains(category, [[Games]]) and !contains(file.name, "Template") and contains(genre, this.file.link) sort rating desc -``` \ No newline at end of file +```