From f5b435909ea4a78a94252c5e45748a158588290f Mon Sep 17 00:00:00 2001 From: Nicolas Lorin Date: Mon, 6 Mar 2023 23:03:49 +0100 Subject: [PATCH 1/2] Accessibility: Increase spacing for easier touch --- layouts/partials/home/background.html | 2 +- layouts/partials/home/hero.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html index 868880d5..8bce94c0 100644 --- a/layouts/partials/home/background.html +++ b/layouts/partials/home/background.html @@ -39,7 +39,7 @@
{{ range $links := . }} {{ range $name, $url := $links }} - {{ partial "icon.html" $name }} {{ end }} diff --git a/layouts/partials/home/hero.html b/layouts/partials/home/hero.html index 163fbb10..d3c2aaec 100644 --- a/layouts/partials/home/hero.html +++ b/layouts/partials/home/hero.html @@ -36,7 +36,7 @@
{{ range $links := . }} {{ range $name, $url := $links }} - {{ partial "icon.html" $name }} {{ end }} @@ -52,4 +52,4 @@
{{ partial "recent-articles/main.html" . }} -
\ No newline at end of file + From 328e89d7a67a4a7e8da475be4881f767e8193cad Mon Sep 17 00:00:00 2001 From: Nicolas Lorin Date: Mon, 6 Mar 2023 23:23:34 +0100 Subject: [PATCH 2/2] Accessibility: add link to language switcher --- layouts/partials/translations.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/translations.html b/layouts/partials/translations.html index 41e9b061..58e11eb4 100644 --- a/layouts/partials/translations.html +++ b/layouts/partials/translations.html @@ -1,7 +1,7 @@ {{ if .IsTranslated }}
@@ -19,4 +19,4 @@
-{{ end }} \ No newline at end of file +{{ end }}