|
|
|
@ -3,11 +3,25 @@
|
|
|
|
|
{{ partial "paige/metadata.html" . }}
|
|
|
|
|
<section>
|
|
|
|
|
{{ with .Params.stretch_url }}
|
|
|
|
|
<div class="mb-3 mw-100 rounded-4 shadow" style="background-image: url('{{ partial `paige/func-url.html` . }}'); background-position: center; background-size: cover; height: 20rem"></div>
|
|
|
|
|
<p>
|
|
|
|
|
{{ partial "paige/img.html" (dict
|
|
|
|
|
"class" "mw-100 rounded-4 shadow"
|
|
|
|
|
"fetchpriority" "high"
|
|
|
|
|
"loading" "eager"
|
|
|
|
|
"src" .
|
|
|
|
|
"style" "height: 20rem; object-fit: cover; width: 100%"
|
|
|
|
|
) }}
|
|
|
|
|
</p>
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ with .Params.center_url }}
|
|
|
|
|
<p class="text-center">
|
|
|
|
|
<img class="mw-100 rounded-4 shadow" fetchpriority="high" referrerpolicy="no-referrer" src="{{ partial `paige/func-url.html` . }}" style="max-height: 20rem">
|
|
|
|
|
{{ partial "paige/img.html" (dict
|
|
|
|
|
"class" "mw-100 rounded-4 shadow"
|
|
|
|
|
"fetchpriority" "high"
|
|
|
|
|
"loading" "eager"
|
|
|
|
|
"src" .
|
|
|
|
|
"style" "height: 20rem"
|
|
|
|
|
) }}
|
|
|
|
|
</p>
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ with .Params.greeting }}
|
|
|
|
|