changed css version

This commit is contained in:
Michael Clemens 2021-07-21 17:33:40 +02:00
parent 25b12d348b
commit a352174521

View File

@ -8,7 +8,7 @@
<title>{{ .Site.Title }}</title>
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
{{ with .Site.Params.author }}<meta name="author" content="{{ . }}">{{ end }}
<link rel="stylesheet" href="{{ "css/style.css?15" | relURL }}">
<link rel="stylesheet" href="{{ "css/style.css?v1.0" | relURL }}">
{{ range .Site.Params.customCSS -}}
<link rel="stylesheet" href="{{ . | relURL }}?rnd={{ now.Unix }}">
{{- end }}