From 8f40b2f9609d4d8229aa1020006e5e4b10403425 Mon Sep 17 00:00:00 2001 From: Dylan Thomas Date: Mon, 21 Sep 2020 13:46:02 -0500 Subject: accessibility updates for links and icons (#85) --- layouts/partials/footer.html | 6 +++--- layouts/partials/header.html | 32 ++++++++++++++++---------------- layouts/partials/navigation.html | 4 ++-- layouts/partials/post-footer.html | 20 ++++++++------------ layouts/partials/post-stub.html | 4 ++-- 5 files changed, 31 insertions(+), 35 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 51e3394..964679e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,10 +5,10 @@
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 6db2e65..14cd182 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -30,50 +30,50 @@
{{ with .Site.Params.logo }} - {{ else }}

- {{ .Site.Title }} + {{ .Site.Title }}

{{ end }} {{ if .Site.Params.rss }} {{ end }} {{ with .Site.Params.twitter }} - - + + {{ end }} {{ with .Site.Params.facebook }} - - + + {{ end }} {{ with .Site.Params.gitlab }} - - + + {{ end }} {{ with .Site.Params.github }} - - + + {{ end }} {{ with .Site.Params.stackoverflow }} - - + + {{ end }} {{ with .Site.Params.linkedin }} - - + + {{ end }} {{ with .Site.Params.email }} - - + + {{ end }}
diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html index 2ac1b9b..9e7713a 100644 --- a/layouts/partials/navigation.html +++ b/layouts/partials/navigation.html @@ -1,5 +1,5 @@ {{ range .Site.Menus.main.ByWeight }} -{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/post-footer.html b/layouts/partials/post-footer.html index 3effc75..6969367 100644 --- a/layouts/partials/post-footer.html +++ b/layouts/partials/post-footer.html @@ -13,32 +13,28 @@ diff --git a/layouts/partials/post-stub.html b/layouts/partials/post-stub.html index 2bddd11..92cf384 100644 --- a/layouts/partials/post-stub.html +++ b/layouts/partials/post-stub.html @@ -1,9 +1,9 @@
  • - -
  • \ No newline at end of file + -- cgit v1.2.3