Fix rendering on tag pages (#1151)
parent
b532b9e3f1
commit
6ba28e0a95
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue