From 9eb81efb442bd295fae10096583abcd1d12f8386 Mon Sep 17 00:00:00 2001 From: matcornic Date: Mon, 31 Jul 2017 23:35:41 +0200 Subject: [PATCH] fix busting javascript #47 --- exampleSite/config.toml | 1 + layouts/404.html | 14 +++++++------- layouts/partials/footer.html | 24 ++++++++++++------------ layouts/partials/header.html | 18 +++++++++--------- 4 files changed, 29 insertions(+), 28 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 86b5d04dfe..9a5b008b25 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -13,6 +13,7 @@ defaultContentLanguageInSubdir= true description = "Documentation for Hugo Learn Theme" author = "Mathieu Cornic" disableSearch = false # default to false + disableAssetBusting = false # default to false ordersectionsby = "weight" # ordersectionsby = "title" [outputs] diff --git a/layouts/404.html b/layouts/404.html index 18de1d167b..c27d4d0ba2 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -6,13 +6,13 @@ {{ .Scratch.Get "title" }} {{ partial "style.html" . }} - - - - - - - + + + + + + +