feat: add favicons

This commit is contained in:
Xin
2023-08-10 22:41:42 +01:00
parent 750e566d24
commit 91fe140c8a
13 changed files with 34 additions and 11 deletions

View File

@ -3,7 +3,7 @@
<nav class="mx-auto flex items-center justify-end gap-2 h-16 px-6 max-w-[90rem]">
<a class="flex items-center hover:opacity-75 ltr:mr-auto rtl:ml-auto" href="{{ .Site.BaseURL }}">
{{ partial "utils/icon.html" (dict "name" "hugo" "attributes" "height=20") }}
{{ partial "utils/icon.html" (dict "name" "hextra" "attributes" "height=20") }}
<span class="mx-2 font-extrabold hidden md:inline select-none" title="{{ .Site.Title }}">
{{ .Site.Title }}
</span>