Change greeting tag to p with h2 class

master
Will Faught 3 years ago
parent d07f038385
commit 9fbd7a4a28

@ -11,7 +11,7 @@
</p>
{{ end }}
{{ with .Params.greeting }}
<h2 class="display-5 fw-bold text-center">{{ . | markdownify }}</h2>
<p class="display-5 fw-bold h2 text-center">{{ . | markdownify }}</p>
{{ end }}
{{ with .Params.blurb }}
<section>

Loading…
Cancel
Save