forked from drowl87/hextra_mirror
feat: add favicons
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user