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

github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/core/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/core/head.html b/layouts/partials/core/head.html
index 0a01b83..4464e0f 100644
--- a/layouts/partials/core/head.html
+++ b/layouts/partials/core/head.html
@@ -9,7 +9,7 @@
<link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}" />
{{ end }}
{{ .Hugo.Generator }}
- <meta name="generation-date" content="{{ .Now }}">
+ <meta name="generation-date" content="{{ now }}">
<title>{{ .Title }} &middot; {{ .Site.Title }}</title>
<link rel="shortcut icon" href="{{ .Site.BaseURL }}img/favicon.ico">
<link rel="icon" href="{{ .Site.BaseURL }}img/favicon.ico">