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