Skip to content

Commit db86770

Browse files
committed
chore: remove <h1> element from site title
1 parent 050fc62 commit db86770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/sidebar.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
{%- endif -%}
1212
</a>
1313

14-
<h1 class="site-title">
14+
<p class="site-title">
1515
<a href="{{ '/' | relative_url }}">{{ site.title }}</a>
16-
</h1>
16+
</p>
1717
<p class="site-subtitle fst-italic mb-0">{{ site.tagline }}</p>
1818
</header>
1919
<!-- .profile-wrapper -->

0 commit comments

Comments
 (0)