Change greeting tag to p with h2 class

This commit is contained in:
Will Faught
2022-12-16 16:37:31 -08:00
parent d07f038385
commit 9fbd7a4a28

View File

@@ -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>