Fix rendering on tag pages (#1151)

pull/1131/merge
Vighnesh Shenoy 2024-11-14 01:44:51 +05:30 committed by GitHub
parent b532b9e3f1
commit 6ba28e0a95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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: |