Skip to content

Commit

Permalink
chore: Update post preview heading level for improved accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mpaiva committed Jul 13, 2024
1 parent 6bc8bf8 commit 3df84d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/component__post-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
{% if post.author %} -
<span class="post__date label">By {{ post.author }}</span>
{% endif %}
<h3 class="post__title subtitle">{{ post.title }}</h3>
<h2 class="post__title subtitle">{{ post.title }}</h2>
</a>
</article>

0 comments on commit 3df84d0

Please sign in to comment.