From 6ba28e0a951bac42f1b1dd13cb4f0dfe0aab2a56 Mon Sep 17 00:00:00 2001 From: Vighnesh Shenoy Date: Thu, 14 Nov 2024 01:44:51 +0530 Subject: [PATCH] Fix rendering on tag pages (#1151) --- plugs/index/tag_page.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugs/index/tag_page.ts b/plugs/index/tag_page.ts index b8fa4313..9b412bec 100644 --- a/plugs/index/tag_page.ts +++ b/plugs/index/tag_page.ts @@ -28,7 +28,7 @@ template: | {{#if .}} # Tasks {{#each .}} - * [{{state}}] [[{{ref}}]] {{name}} + * [{{state}}] [[{{ref}}]] {{text}} {{/each}} {{/if}} query: | @@ -39,7 +39,7 @@ template: | {{#if .}} # Items {{#each .}} - * [[{{ref}}]] {{name}} + * [[{{ref}}]] {{text}} {{/each}} {{/if}} query: |