use actual build time for cache breaker
All checks were successful
Website build and deploy / build (push) Successful in 28s
All checks were successful
Website build and deploy / build (push) Successful in 28s
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fontawesome/css/all.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ .Site.BaseURL }}css/fonts.css" />
|
||||
{{- range .Site.Params.custom_css }}
|
||||
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}?v={{ md5 hugo.BuildDate }}" />
|
||||
<link rel="stylesheet" href="{{ $.Site.BaseURL}}{{ . }}?v={{ md5 time.Now.Unix }}" />
|
||||
{{- end }}
|
||||
|
||||
{{ "<!-- Open Graph meta-data (e.g. Facebook) -->" | safeHTML }}
|
||||
|
||||
Reference in New Issue
Block a user