feat: new logo, regenerate all favicons and OG image, switch partial to img

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-02 12:58:05 +02:00
parent 4d41c8fad4
commit 1ad6737a59
12 changed files with 840 additions and 235 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<!-- Brand -->
<div>
<a href="/" class="block mb-4 hover:opacity-90 transition-opacity w-fit" aria-label="{{ .Site.Title }} Home">
{{- partial "logo.html" (dict "id" "footer" "class" "h-10 w-auto logo-static") -}}
{{- partial "logo.html" (dict "id" "footer" "class" "h-10 w-auto") -}}
</a>
<p class="label text-fog max-w-xs leading-loose">{{ .Site.Params.description }}</p>
</div>