Remove p tag around div

This commit is contained in:
Will Faught
2022-12-17 11:16:31 -08:00
parent 6181473458
commit 10f601e33b

View File

@@ -3,9 +3,7 @@
{{ partial "paige-description.html" . }}
{{ partial "paige-date.html" . }}
{{ with .Params.stretch }}
<p>
<div class="mw-100 rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem"></div>
</p>
<div class="mb-3 mw-100 rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem"></div>
{{ end }}
{{ with .Params.center }}
<p class="text-center">