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:
authorChip Senkbeil <rcsenkbe@us.ibm.com>2017-06-26 21:07:13 +0300
committerChip Senkbeil <rcsenkbe@us.ibm.com>2017-06-26 21:07:13 +0300
commitf8de1fe4e74a1a19fdc05f99b561d0386cb0831a (patch)
treec9662be3061f3e0364bd2e6b947d14e7bcaa59cf
parent8f162ae0c4f4097778ac9d7e7a873f8fb29269c5 (diff)
Replaced .Now with now function
-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">