Make the author name a h1 (instead of h2) for SEO

This commit is contained in:
2021-05-14 13:34:29 +02:00
parent 26fb978073
commit df38b71ae2

View File

@@ -4,6 +4,6 @@
src="{{ site.author.avatar }}" src="{{ site.author.avatar }}"
alt="{{ site.author.username }}" alt="{{ site.author.username }}"
/> />
<h2 class="author-name">{{ site.author.name }}</h2> <h1 class="author-name">{{ site.author.name }}</h1>
<p class="author-bio">{{ site.author.bio }}</p> <p class="author-bio">{{ site.author.bio }}</p>
</div> </div>