From 5a65eef312fa799bcd0a682e78768b72882f3f9b Mon Sep 17 00:00:00 2001 From: tristor Date: Sun, 7 Feb 2021 11:44:11 -0600 Subject: updated head to use newer versions of CDN assets and preference CDNJS from Cloudflare --- layouts/partials/head.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8f7662c..1ec2846 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -31,10 +31,11 @@ - + - + + -- cgit v1.2.3 From c4b6260e50296eaf63f38d861cb3109a892732d8 Mon Sep 17 00:00:00 2001 From: tristor Date: Sun, 7 Feb 2021 12:10:25 -0600 Subject: Make optional scripts in header load async --- layouts/partials/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1ec2846..2202ff4 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -38,7 +38,7 @@ - + {{ if .OutputFormats.Get "RSS" }} @@ -48,9 +48,9 @@ {{ with .Site.Params.highlightjs }} - + {{ range $.Site.Params.highlightjs_extra_languages }} - + {{ end }} {{ end }} -- cgit v1.2.3