From 72d4bdf48847063728e0f90084625ca432c22bb5 Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Tue, 7 Aug 2018 21:11:34 +0100 Subject: Fix for mixed insecure content --- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 66a5d46..1f7b072 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - + {{ .Hugo.Generator }} -- cgit 1.4.1 From 92610430fa1901b14f06ccfd2c4aeffe7e81d796 Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Mon, 27 Aug 2018 21:35:26 +0200 Subject: fix(_default/baseof): Use main tag https://dequeuniversity.com/rules/axe/3.0/landmark-one-main--- layouts/_default/baseof.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 0c87c3f..4fada03 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,10 +1,10 @@ {{ partial "head.html" . }} {{ partial "sidebar.html" . }} -
+
{{ block "main" . -}}{{- end }} -
+ {{ template "_internal/google_analytics_async.html" . }} - \ No newline at end of file + -- cgit 1.4.1 From 6f03ab30550073c2ba98a3e2fd67f26ccfc19e5b Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Mon, 27 Aug 2018 21:33:41 +0200 Subject: fix(partials/sidebar): Use more semantic elements --- layouts/partials/sidebar.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'layouts') diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index d4839c8..162fcad 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -1,4 +1,4 @@ - + -- cgit 1.4.1 From 9bb31d6aedb7061c87e95d82c0148d3578d0f202 Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Mon, 27 Aug 2018 21:24:48 +0200 Subject: fix(partials/head): Allow zooming Disabling zooming is problematic for people with low vision (https://dequeuniversity.com/rules/axe/3.0/meta-viewport).--- layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1f7b072..ab68c44 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -6,7 +6,7 @@ {{ .Hugo.Generator }} - + {{ if .IsHome -}} {{ .Site.Title }} -- cgit 1.4.1 From 482d8e601619cb4f7f9be25976a1a940160d503e Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Wed, 29 Aug 2018 19:25:01 +0200 Subject: fix(layouts/list): Add datetime attribute to