From 42074931438e99b6af87687808063250ef86630a Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Sat, 3 Dec 2016 23:30:17 -0600 Subject: [PATCH] Remove cachebuster until #32 is resolved. --- exampleSite/config.toml | 2 +- layouts/partials/head_includes.html | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 61266bc..054aa78 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,7 +19,7 @@ blog = "blog/:slug/" author = "Arthur Dent" # gravatar = "" # do not use in the same time as Avatar # avatar = "" # path to image in static dir e.g img/avatar.png (do not use in the same time as Gravatar) -cachebuster = true +# cachebuster = false # FIXME: See issue #32. dateform = "Jan 2, 2006" dateformfull = "Mon Jan 2 2006 15:04:05 MST" description = "Don't panic" diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 390cfe9..5c9cbf2 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -14,19 +14,6 @@ {{ end }} - -{{ if .Site.Params.cachebuster }} - - - - - -{{range .Site.Params.extracssfiles}} - -{{end}} - -{{ else }} - @@ -35,8 +22,6 @@ {{end}} -{{ end }} -