chore: add title to icons

This commit is contained in:
ZhenShuo Leo
2025-09-16 13:44:16 +08:00
parent 019388def8
commit 545febc7c0
3 changed files with 18 additions and 18 deletions
+6 -3
View File
@@ -42,9 +42,12 @@
href="{{ $link }}"
target="_blank"
aria-label="{{ $name | title }}"
rel="me noopener noreferrer"
><span class="inline-block align-text-bottom">{{ partial "icon.html" $name }}</span></a
>
title="{{ $name | title }}"
rel="me noopener noreferrer">
<span class="inline-block align-text-bottom">
{{ partial "icon.html" $name }}
</span>
</a>
{{ end }}
{{ end }}
</div>