diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index f347eaa..693c3b8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,10 +35,10 @@ {{ if .Site.Params.code_copy_button | default true -}} {{ $codeCopy := resources.Get "js/code-copy.js" -}} {{ $script := slice $main $codeCopy | resources.Concat "js/bundle.js" | minify | fingerprint -}} - + {{ else -}} {{ $script := $main | minify | fingerprint -}} - + {{ end }} {{- partial "analytics.html" . }} diff --git a/layouts/partials/extra-head.html b/layouts/partials/extra-head.html deleted file mode 100644 index e69de29..0000000