From e974b23781422a148858c67808822de9ce3cdf78 Mon Sep 17 00:00:00 2001 From: brooke Date: Sat, 13 Jul 2024 17:20:42 -0400 Subject: [PATCH] accessibility update --- config.yaml | 13 +++++++++++-- themes/gallo/layouts/partials/footer.html | 10 ++++++---- themes/gallo/layouts/partials/nav.html | 3 ++- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index 0d21604..22f5fb9 100644 --- a/config.yaml +++ b/config.yaml @@ -17,20 +17,26 @@ params: home: - categoryName: 'Backdrops' img: https://placehold.co/300x200/ + alt: - categoryName: 'Arches' img: https://placehold.co/300x200/ + alt: - categoryName: 'Canopies' img: https://placehold.co/300x200/ + alt: - categoryName: 'Chandeliers' img: https://placehold.co/300x200/ + alt: - categoryName: 'Signaturepieces' img: https://placehold.co/300x200/ + alt: - categoryName: 'Centerpieces' img: https://placehold.co/300x200/ social: main: - url: 'mailto:iangalloart@gmail.com' + label: Email mailto link iangalloart at gmail dot com icon: > - url: 'https://www.instagram.com/gallowelding/' + label: Link to Gallo Welding Instagram icon: >
{{ range .Site.Params.social.main }} - + {{ .icon | safeHTML }} {{ end }} diff --git a/themes/gallo/layouts/partials/nav.html b/themes/gallo/layouts/partials/nav.html index 95d3f93..7248536 100644 --- a/themes/gallo/layouts/partials/nav.html +++ b/themes/gallo/layouts/partials/nav.html @@ -1,10 +1,11 @@