Remove p tag around div
This commit is contained in:
@@ -3,9 +3,7 @@
|
|||||||
{{ partial "paige-description.html" . }}
|
{{ partial "paige-description.html" . }}
|
||||||
{{ partial "paige-date.html" . }}
|
{{ partial "paige-date.html" . }}
|
||||||
{{ with .Params.stretch }}
|
{{ with .Params.stretch }}
|
||||||
<p>
|
<div class="mb-3 mw-100 rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem"></div>
|
||||||
<div class="mw-100 rounded-4 shadow" style="background-image: url('{{ relLangURL . }}'); background-position: center; background-size: cover; height: 20rem"></div>
|
|
||||||
</p>
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Params.center }}
|
{{ with .Params.center }}
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
|
Reference in New Issue
Block a user