add logo alt text
All checks were successful
Hugo / build (push) Successful in 12s

This commit is contained in:
brooke 2024-07-13 17:05:54 -04:00
parent 263a3c6fe9
commit 79b145cbe1
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@ theme: gallo
params:
logo: /img/gallo_welding_inverted.svg
logoAlt: Gallo Welding & Fabrication
copyName: Gallo Welding
headerTitle: Gallo Welding & Fabrication
headerImg: /img/wide.webp

View file

@ -1,5 +1,5 @@
<div class="p-4 min-h-[40.27px] flex flex-row w-full justify-between bg-black">
<a href="/"><img class="w-44 h-[40.2667px]" src="{{ .Site.Params.logo }}" /></a>
<a href="/"><img class="w-44 h-[40.2667px]" alt="{{ .Site.Params.logoAlt }}" src="{{ .Site.Params.logo }}" /></a>
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
{{ range .Site.Menus.main }}
<a