Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2017-04-21 08:31:55 +0300
committerVicky <vicky@vickylai.com>2017-04-21 08:31:55 +0300
commit2661f0acb2b2895dde64bafc8d4093a6a6878643 (patch)
treed70966b210aed747926e3a0053250b72a5dfa47f /layouts
parent09720ae31b5a54218c523525647adc6ee9580b16 (diff)
Updated now function (issue #1)
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 80fbff9..697cd14 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -49,7 +49,7 @@
{{ if .Site.Params.cachebuster }}
- {{ $t := .Now.Unix }}
+ {{ $t := now.Unix }}
<link rel="stylesheet" href="/css/style.css?t={{$t}}">
{{range .Site.Params.extracssfiles}}
<link rel="stylesheet" href="{{.}}?t={{$t}}">