tested and prepd release version

This commit is contained in:
Nuno Coração
2022-11-14 20:53:56 +00:00
parent d889efa6d4
commit 6e4ed17ab7
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -3,6 +3,7 @@
{{ range $.Site.Data.sharing.links }}
{{ with . }}
<a
target="_blank"
class="m-1 inline-block min-w-[2.4rem] rounded bg-neutral-300 p-1 text-center text-neutral-700 hover:bg-primary-500 hover:text-neutral dark:bg-neutral-700 dark:text-neutral-300 dark:hover:bg-primary-400 dark:hover:text-neutral-800"
href="{{ printf .url $.Permalink $.Title }}"
title="{{ i18n .title }}"