From d76a71eaeae15dc03dd3160d4fc54831780ec03f Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 2 Oct 2019 18:04:59 +0100 Subject: Switch from google fonts to EBGaramond served ourselves --- layouts/partials/head_fonts.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'layouts/partials') diff --git a/layouts/partials/head_fonts.html b/layouts/partials/head_fonts.html index 4729eb2..b7ba7f3 100644 --- a/layouts/partials/head_fonts.html +++ b/layouts/partials/head_fonts.html @@ -1 +1,3 @@ - + -- cgit v1.2.1-24-ge1ad From 09e12b747140a38bf025ff25ac2496495d9d0968 Mon Sep 17 00:00:00 2001 From: Sorin Davidoi Date: Thu, 3 Oct 2019 19:54:26 +0200 Subject: fix(heads): Add protocol to gmpg URL The resource is available over HTTPS. https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/ --- 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 ab68c44..749cce6 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - + {{ .Hugo.Generator }} -- cgit v1.2.1-24-ge1ad