Change greeting tag to p with h2 class
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user