fixed bug

This commit is contained in:
Nuno Coração
2022-11-18 22:58:59 +00:00
parent 51adb817fa
commit 981204d58e
9 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
{{ range .data.social }}
{{ range $name, $link := . }}
<a class="px-1 hover:text-primary-700 dark:hover:text-primary-400" href="{{ $link }}" target="_blank"
aria-label="{{ $name | title }}" rel="me noopener noreferrer">{{ partial "icon.html" $name }}</a>
aria-label="{{ $name | title }}" rel="me noopener noreferrer"><span class="inline-block align-text-bottom">{{ partial "icon.html" $name }}</span></a>
{{ end }}
{{ end }}
</div>