This commit is contained in:
parent
263a3c6fe9
commit
79b145cbe1
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ theme: gallo
|
||||||
|
|
||||||
params:
|
params:
|
||||||
logo: /img/gallo_welding_inverted.svg
|
logo: /img/gallo_welding_inverted.svg
|
||||||
|
logoAlt: Gallo Welding & Fabrication
|
||||||
copyName: Gallo Welding
|
copyName: Gallo Welding
|
||||||
headerTitle: Gallo Welding & Fabrication
|
headerTitle: Gallo Welding & Fabrication
|
||||||
headerImg: /img/wide.webp
|
headerImg: /img/wide.webp
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="p-4 min-h-[40.27px] flex flex-row w-full justify-between bg-black">
|
<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">
|
<nav class="place-self-center h-8 flex justify-end gap-2 text-white pr-6">
|
||||||
{{ range .Site.Menus.main }}
|
{{ range .Site.Menus.main }}
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Add table
Reference in a new issue