feat: improved tab navigation
This commit is contained in:
parent
7943179e16
commit
ccce1537fd
20 changed files with 171 additions and 59 deletions
|
@ -2,6 +2,7 @@
|
|||
class="{{ icon }}"
|
||||
href="{{ link | downcase }}"
|
||||
rel="me"
|
||||
title="{{ name }}">
|
||||
title="{{ name }}"
|
||||
tabindex="0">
|
||||
{% tablericon icon name %}
|
||||
</a>
|
Reference in a new issue