X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=layouts%2Fpartials%2Fhead-addition.html;h=42eff423c826d918bcdc5f4a8f0513fbafd29bd1;hb=1bb5bdce0e57a62c05a3b6cbb49890acc2a94152;hp=fdfaef97aa6be1768cd60a080447b9fe92beb7f3;hpb=92f65567cbc73296fcec0368ead5a635e2805a59;p=theme-danix.xyz.git diff --git a/layouts/partials/head-addition.html b/layouts/partials/head-addition.html index fdfaef9..42eff42 100644 --- a/layouts/partials/head-addition.html +++ b/layouts/partials/head-addition.html @@ -1,14 +1,16 @@ {{/* * Add the featured image to the header if it's present in the Front Matter */}} -{{ if isset .Params "featured_image" }} - +{{ if .IsPage }} + {{ with $.Params.featured_image }} + {{ with resources.Get . }} + + {{ else }} + {{ warnf "featured image not found: %s" . }} + {{ end }} + {{ end }} {{ end }}