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