fix(header): remove logo alt

This commit is contained in:
ZhenShuo Leo
2025-10-05 01:24:08 +08:00
parent 9665fe953c
commit eb01381598

View File

@@ -16,7 +16,7 @@
width="{{ div $logo.Width 2 }}"
height="{{ div $logo.Height 2 }}"
class="logo max-h-[5rem] max-w-[5rem] object-scale-down object-left nozoom"
alt="{{ .Site.Title }}">
alt="">
{{ end }}
</a>
</div>