318 B
318 B
description | tags | hooks.bottom.where |
---|---|---|
Adds Linked Mentions to pages | template | true |
{{#let @linkedMentions = {link where toPage = @page.name and page != @page.name order by page}}} {{#if @linkedMentions}}
Linked Mentions
{{#each @linkedMentions}}
- {{ref}}: “{{snippet}}” {{/each}} {{/if}} {{/let}}