Change greeting tag to p with h2 class

master
Will Faught 3 years ago
parent d07f038385
commit 9fbd7a4a28

@ -11,7 +11,7 @@
</p> </p>
{{ end }} {{ end }}
{{ with .Params.greeting }} {{ 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 }} {{ end }}
{{ with .Params.blurb }} {{ with .Params.blurb }}
<section> <section>

Loading…
Cancel
Save