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 }} -