From 2766a9b44f329b88cf17328aab0c62b4cf4b30d4 Mon Sep 17 00:00:00 2001 From: JCabak Date: Sun, 18 Apr 2021 20:17:02 +0200 Subject: Accessibility and SEO improvements --- layouts/_default/list.html | 8 ++++---- layouts/index.html | 20 ++++++++++---------- layouts/partials/footer.html | 8 ++++---- layouts/partials/header.html | 8 ++++---- layouts/pricing/list.html | 10 +++++----- 5 files changed, 27 insertions(+), 27 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 28900e1..6f4f283 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -15,9 +15,9 @@ {{.Title}}
-

{{ .Title }}

+

{{ .Title }}

{{ .Summary }}

- {{ i18n "readmore" }} + {{ i18n "readmore" }}
@@ -28,9 +28,9 @@
{{ .Title }}
diff --git a/layouts/index.html b/layouts/index.html index 19acca8..3e11513 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,11 +10,11 @@

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} -
{{ .label }}
+
{{ .label }}
{{ end }} {{ end }} - {{with .image}}{{end}} + {{with .image}}{{end}} @@ -60,14 +60,14 @@

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }}
-
+
{{ range .images }} - + {{ end }}
@@ -81,7 +81,7 @@
{{ range .images }} - + {{ end }}
@@ -90,7 +90,7 @@

{{ .content | markdownify }}

{{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }}
@@ -114,7 +114,7 @@ - {{ with .image }} {{ end }} + {{ with .image }} {{ end }} {{ end }} {{ end }} @@ -127,14 +127,14 @@
- +

{{ .title | markdownify }}

{{with .content }}

{{ . | markdownify }}

{{ end }} {{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index da9b1dd..cfa1d8d 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -6,7 +6,7 @@
{{ site.Params.footer_menu_left }}
{{ end }} @@ -16,7 +16,7 @@
{{ site.Params.footer_menu_middle }}
{{ end }} @@ -26,7 +26,7 @@
{{ site.Params.footer_menu_right }}
{{ end }} @@ -41,7 +41,7 @@ {{ with site.Params.social }} {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 40607d3..93d837a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -8,7 +8,7 @@ {{ site.Title }} {{ else }}{{site.Title}}{{end}} - @@ -22,13 +22,13 @@ {{ else }} {{ end }} {{ end }} @@ -58,7 +58,7 @@ {{ if site.Params.navigation_button.enable }} {{ with site.Params.navigation_button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }}
diff --git a/layouts/pricing/list.html b/layouts/pricing/list.html index b6bc0c1..2bf5b51 100644 --- a/layouts/pricing/list.html +++ b/layouts/pricing/list.html @@ -18,7 +18,7 @@ {{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }}
@@ -39,7 +39,7 @@ {{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }} @@ -60,7 +60,7 @@ {{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }} @@ -78,14 +78,14 @@
- +

{{ .title | markdownify }}

{{with .content }}

{{ . | markdownify }}

{{ end }} {{ if .button.enable }} {{ with .button }} - {{ .label }} + {{ .label }} {{ end }} {{ end }}
-- cgit v1.2.3