Skip to content

Commit

Permalink
Fix rendering on tag pages (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-shenoy authored Nov 13, 2024
1 parent b532b9e commit 6ba28e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugs/index/tag_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ template: |
{{#if .}}
# Tasks
{{#each .}}
* [{{state}}] [[{{ref}}]] {{name}}
* [{{state}}] [[{{ref}}]] {{text}}
{{/each}}
{{/if}}
query: |
Expand All @@ -39,7 +39,7 @@ template: |
{{#if .}}
# Items
{{#each .}}
* [[{{ref}}]] {{name}}
* [[{{ref}}]] {{text}}
{{/each}}
{{/if}}
query: |
Expand Down

0 comments on commit 6ba28e0

Please sign in to comment.