From 19c2edb08d2c5e86b07d2d9bf5b4713735f85528 Mon Sep 17 00:00:00 2001 From: Jakub Cabak Date: Sun, 25 Apr 2021 13:15:22 +0200 Subject: [PATCH] Accessibility and SEO improvements (#296) Co-authored-by: JCabak --- layouts/_default/single.html | 2 +- layouts/index.html | 2 +- layouts/partials/cards/accomplishments.html | 4 ++-- layouts/partials/cards/project.html | 2 +- layouts/partials/cards/recent-post.html | 4 ++-- layouts/partials/cards/skill.html | 2 +- layouts/partials/footer.html | 4 ++-- layouts/partials/navigators/navbar.html | 1 + layouts/partials/navigators/next-prev-navigator.html | 4 ++-- layouts/partials/navigators/sidebar.html | 2 +- layouts/partials/note-aggregator.html | 2 +- layouts/partials/sections/about.html | 10 +++++----- layouts/partials/sections/education-alt.html | 8 ++++---- layouts/partials/sections/education.html | 4 ++-- .../sections/experiences/multiple-positions.html | 2 +- .../partials/sections/experiences/single-position.html | 2 +- layouts/partials/sections/home.html | 2 +- 17 files changed, 29 insertions(+), 28 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index cc931ef..abafcca 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -59,7 +59,7 @@ {{ if site.Params.GitRepo }}
- + {{ i18n "improve_this_page" }} diff --git a/layouts/index.html b/layouts/index.html index f22e648..e960ebd 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ - + {{- .Site.Title -}} {{ $siteDescription := .Site.Params.description }} diff --git a/layouts/partials/cards/accomplishments.html b/layouts/partials/cards/accomplishments.html index de03a55..a62fa22 100644 --- a/layouts/partials/cards/accomplishments.html +++ b/layouts/partials/cards/accomplishments.html @@ -3,7 +3,7 @@
{{ .name }}
@@ -12,7 +12,7 @@
diff --git a/layouts/partials/cards/project.html b/layouts/partials/cards/project.html index 8950fb3..93d022d 100644 --- a/layouts/partials/cards/project.html +++ b/layouts/partials/cards/project.html @@ -4,7 +4,7 @@ >
- +
{{ if .logo }} diff --git a/layouts/partials/cards/recent-post.html b/layouts/partials/cards/recent-post.html index c5db57f..4426e46 100644 --- a/layouts/partials/cards/recent-post.html +++ b/layouts/partials/cards/recent-post.html @@ -1,5 +1,5 @@
- +
diff --git a/layouts/partials/cards/skill.html b/layouts/partials/cards/skill.html index 0dc873a..1cf229f 100644 --- a/layouts/partials/cards/skill.html +++ b/layouts/partials/cards/skill.html @@ -1,5 +1,5 @@
- +
{{ if .logo }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ed9eb2a..1503025 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -92,14 +92,14 @@
{{ $copyrightNotice | markdownify }}
- {{ i18n "hugoAttributionText" }} + {{ i18n "hugoAttributionText" }} Hugo Logo diff --git a/layouts/partials/navigators/next-prev-navigator.html b/layouts/partials/navigators/next-prev-navigator.html index 39590cc..f87c369 100644 --- a/layouts/partials/navigators/next-prev-navigator.html +++ b/layouts/partials/navigators/next-prev-navigator.html @@ -5,7 +5,7 @@ {{ if .Next }} {{ if (in site.Params.mainSections .Next.Type) }}