aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/link.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/shortcodes/link.html')
-rw-r--r--themes/default/layouts/shortcodes/link.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/default/layouts/shortcodes/link.html b/themes/default/layouts/shortcodes/link.html
index efcdf78..49cd1c4 100644
--- a/themes/default/layouts/shortcodes/link.html
+++ b/themes/default/layouts/shortcodes/link.html
@@ -10,8 +10,9 @@
{{- $image := partial "function-fetch-favicons.html"
(dict
- "Source" $favicon
- "Infix" ($host | anchorize)
+ "Context" .Page
+ "Source" $favicon
+ "Infix" ($host | anchorize)
)
-}}