mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Remove cachebuster until #32 is resolved.
This commit is contained in:
@@ -19,7 +19,7 @@ blog = "blog/:slug/"
|
|||||||
author = "Arthur Dent"
|
author = "Arthur Dent"
|
||||||
# gravatar = "" # do not use in the same time as Avatar
|
# 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)
|
# 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"
|
dateform = "Jan 2, 2006"
|
||||||
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
|
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
|
||||||
description = "Don't panic"
|
description = "Don't panic"
|
||||||
|
@@ -14,19 +14,6 @@
|
|||||||
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/styles/default.min.css">
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/styles/default.min.css">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
{{ if .Site.Params.cachebuster }}
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/reset.css?{{ .Now.Unix }}">
|
|
||||||
<link rel="stylesheet" href="/css/pygments.css?{{ .Now.Unix }}">
|
|
||||||
<link rel="stylesheet" href="/css/main.css?{{ .Now.Unix }}">
|
|
||||||
|
|
||||||
{{range .Site.Params.extracssfiles}}
|
|
||||||
<link rel="stylesheet" href="{{.}}?{{ .Now.Unix }}">
|
|
||||||
{{end}}
|
|
||||||
|
|
||||||
{{ else }}
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/reset.css">
|
<link rel="stylesheet" href="/css/reset.css">
|
||||||
<link rel="stylesheet" href="/css/pygments.css">
|
<link rel="stylesheet" href="/css/pygments.css">
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
@@ -35,8 +22,6 @@
|
|||||||
<link rel="stylesheet" href="{{.}}">
|
<link rel="stylesheet" href="{{.}}">
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{{ end }}
|
|
||||||
|
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
<link rel="shortcut icon"
|
<link rel="shortcut icon"
|
||||||
{{ if .Site.Params.faviconfile }}
|
{{ if .Site.Params.faviconfile }}
|
||||||
|
Reference in New Issue
Block a user