From 70cbc85654fc483cec16d09e0bfc17d079cd902c Mon Sep 17 00:00:00 2001 From: David Scrobonia Date: Fri, 29 May 2020 11:23:27 -0700 Subject: [PATCH] cookie consent start --- site/layouts/_default/baseof.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html index 76c0dd4da..11d55abdf 100644 --- a/site/layouts/_default/baseof.html +++ b/site/layouts/_default/baseof.html @@ -30,6 +30,7 @@ {{ $stylesheet := .Site.Data.webpack.main }} {{ with $stylesheet.css }} + {{ end }} @@ -42,6 +43,27 @@ {{ $script := .Site.Data.webpack.main }} {{ with $script.js }} + + {{ end }}