mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 06:26:20 +00:00
314 B
314 B
description, tags, hooks.bottom.where
| 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}}