2023-01-04 16:59:09 -05:00
|
|
|
{{if .Params.banner}}
|
2023-02-19 21:39:29 -05:00
|
|
|
<section id="banner" style='background-image:url({{.Site.BaseURL}}{{.Params.banner}})'>
|
2023-01-04 16:59:09 -05:00
|
|
|
{{if .Params.bannerTitle}}
|
|
|
|
<div id="banner-text">
|
|
|
|
{{if .Params.bannerTitle}}
|
|
|
|
<h1>{{.Params.bannerTitle}}</h1>
|
|
|
|
{{end}}
|
|
|
|
{{if .Params.bannerText}}
|
2023-02-19 21:39:29 -05:00
|
|
|
<i>{{.Params.bannerText}}</i>
|
2023-01-04 16:59:09 -05:00
|
|
|
{{end}}
|
|
|
|
</div>
|
|
|
|
{{end}}
|
|
|
|
</section>
|
|
|
|
{{end}}
|