Browse Source

Switched to featured image

master
Chris 6 years ago
parent
commit
3e54d30fa1
  1. 4
      layouts/partials/page-header.html

4
layouts/partials/page-header.html

@ -1,8 +1,8 @@
{{ $header_image := partial "func/GetNamedImage.html" (dict "context" . "name" "header_image") }}
{{ $header_image := partial "func/GetNamedImage.html" (dict "context" . "name" "featured_image") }}
{{$image_resource := $header_image }}
{{ if $image_resource }}
{{ $header_img := $image_resource.Resize "1200x" }}
{{ $header_img := $image_resource.Fill "1200x600 Center" }}
{{ $image_url := $header_img.Permalink }}
{{/* Trimming the slash and adding absURL make sure the image works no matter where our site lives */}}
{{ $image_url := (trim $image_url "/") | absURL }}

Loading…
Cancel
Save