diff --git a/layouts/partials/article/components/links.html b/layouts/partials/article/components/links.html index 118dbb3..a2ac26c 100644 --- a/layouts/partials/article/components/links.html +++ b/layouts/partials/article/components/links.html @@ -16,8 +16,12 @@ {{ with $link.image }} + {{ $permalink := . }} + {{ with ($.Resources.GetMatch (printf "%s" (. | safeURL))) }} + {{ $permalink = .RelPermalink }} + {{ end }}
- +
{{ end }}