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/partials') 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 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/partials') 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/partials') 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 -}}