Skip to content

Commit

Permalink
Make hero title h1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrhymes committed Oct 28, 2024
1 parent 7c3f776 commit 660bbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
<div class="hero-body">
<div class="container">
<p class="title is-2 is-family-secondary">{{ page.title }}</p>
<h1 class="title is-2 is-family-secondary">{{ page.title }}</h1>
<p class="subtitle is-3">{{ page.subtitle }}</p>
</div>
</div>
Expand Down

0 comments on commit 660bbac

Please sign in to comment.