Change relURL to relLangURL

This commit is contained in:
Will Faught
2022-12-15 22:24:23 -08:00
parent a7b165ca58
commit cef96b4602
3 changed files with 5 additions and 5 deletions

View File

@@ -3,11 +3,11 @@
{{ partial "paige-description.html" . }}
{{ partial "paige-date.html" . }}
{{ with .Params.stretch }}
<div class="rounded-4 shadow" style="background-image: url('{{ relURL . }}'); background-position: center; background-size: cover; height: 20rem; max-width: 100%"></div>
<div class="rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem; max-width: 100%"></div>
{{ end }}
{{ with .Params.center }}
<p class="text-center">
<img class="rounded-4 shadow" src="{{ relURL . }}" style="max-height: 20rem; max-width: 100%">
<img class="rounded-4 shadow" src="{{ relLangURL . }}" style="max-height: 20rem; max-width: 100%">
</p>
{{ end }}
{{ with .Params.greeting }}