This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues or pull requests.
landingpage/layouts/partials/bannerURL.html

7 lines
238 B
HTML
Raw Normal View History

2021-02-07 11:10:51 +00:00
{{ $bannerURL := "" }}
{{ if .Params.image }}
{{ $bannerURL = (.Params.image | relURL) }}
{{ else if .Resources.GetMatch "banner.jpg" }}
{{ $bannerURL = (.Resources.GetMatch "banner.jpg").Permalink }}
{{ end }}
{{ return $bannerURL }}