mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
@@ -15,17 +15,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
|
||||||
{{ if eq true .Site.Params.cachebuster }}
|
{{ if .Site.Params.cachebuster }}
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/reset.css">
|
|
||||||
<link rel="stylesheet" href="/css/pygments.css">
|
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
|
||||||
|
|
||||||
{{range .Site.Params.extracssfiles}}
|
|
||||||
<link rel="stylesheet" href="{{.}}">
|
|
||||||
{{end}}
|
|
||||||
|
|
||||||
{{ else }}
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/css/reset.css?{{ .Now.Unix }}">
|
<link rel="stylesheet" href="/css/reset.css?{{ .Now.Unix }}">
|
||||||
<link rel="stylesheet" href="/css/pygments.css?{{ .Now.Unix }}">
|
<link rel="stylesheet" href="/css/pygments.css?{{ .Now.Unix }}">
|
||||||
@@ -35,6 +25,16 @@
|
|||||||
<link rel="stylesheet" href="{{.}}?{{ .Now.Unix }}">
|
<link rel="stylesheet" href="{{.}}?{{ .Now.Unix }}">
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
|
{{ else }}
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/css/reset.css">
|
||||||
|
<link rel="stylesheet" href="/css/pygments.css">
|
||||||
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
|
|
||||||
|
{{range .Site.Params.extracssfiles}}
|
||||||
|
<link rel="stylesheet" href="{{.}}">
|
||||||
|
{{end}}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- Icon -->
|
<!-- Icon -->
|
||||||
|
Reference in New Issue
Block a user