mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
♿️ fix(a11y): update heading tags (#140)
This commit is contained in:
parent
c79407e6d7
commit
0055a3613e
9 changed files with 15 additions and 14 deletions
|
@ -18,9 +18,9 @@
|
|||
{% endif %}
|
||||
|
||||
<div class="bloglist-content">
|
||||
<div class="bloglist-title">
|
||||
<h2 class="bloglist-title">
|
||||
<a href="{{ post.permalink }}">{{ post.title }}</a>
|
||||
</div>
|
||||
</h2>
|
||||
|
||||
{% if post.taxonomies.tags %}
|
||||
<div class="bloglist-tags">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue