1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

chore: remove h1 element from site title (#1960)

This commit is contained in:
Alexander Fuks
2024-09-24 04:21:34 +04:00
committed by GitHub
parent 73749067c5
commit e6b87d2811
2 changed files with 6 additions and 10 deletions

View File

@@ -11,9 +11,7 @@
{%- endif -%}
</a>
<h1 class="site-title">
<a href="{{ '/' | relative_url }}">{{ site.title }}</a>
</h1>
<a class="site-title d-block" href="{{ '/' | relative_url }}">{{ site.title }}</a>
<p class="site-subtitle fst-italic mb-0">{{ site.tagline }}</p>
</header>
<!-- .profile-wrapper -->