diff --git a/themes/patek/layouts/partials/linkedContent.html b/themes/patek/layouts/partials/linkedContent.html index 0ecf245..848ea0b 100644 --- a/themes/patek/layouts/partials/linkedContent.html +++ b/themes/patek/layouts/partials/linkedContent.html @@ -15,7 +15,7 @@ {{- else if (eq $type "text") -}} {{- .data -}} {{- else if (eq $type "resource") -}} - {{- $resource := $.resources.GetMatch "fablab-experience.jpg" -}} + {{- $resource := $.resources.GetMatch .data -}} {{ $desc }} {{- else -}} {{- errorf "Unknown content type %s" $type -}}