From ea400088e129a17e8e5d8459205575272e377b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Neto?= Date: Wed, 12 Jun 2024 13:37:40 +0100 Subject: [PATCH] Add missing front matter in Products category note --- Categories/Products.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Categories/Products.md b/Categories/Products.md index 67ac862..d5685dd 100644 --- a/Categories/Products.md +++ b/Categories/Products.md @@ -1,3 +1,8 @@ +--- +tags: + - categories +--- + ```dataview table without id file.link as Product, @@ -13,4 +18,4 @@ sort file.name, rating desc, file.mtime desc -``` \ No newline at end of file +```