summaryrefslogtreecommitdiffstats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 23:42:40 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 23:42:40 +0200
commitf46fcff28f243ea3957e01b82b959a5bf85ecbc7 (patch)
tree5a57e12bfc16f841b9c6a9e91ec655a04d01af12 /layouts/partials/head.html
parent88081d955e38264b6c7cd2be522ea6040a35d62c (diff)
downloadgohugo-theme-ed-f46fcff28f243ea3957e01b82b959a5bf85ecbc7.tar.gz
git st
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4168a3d..866118e 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -27,7 +27,7 @@
<meta property="dc:creator" content="{{ $author }}">
<meta property="dc:identifier" content="{{ .Permalink }}">
{{- if .Params.editor }}<meta property="dc:contributor" content="{{ .Params.editor }}">{{ end }}
- {{- if .Params.pub_date }}<meta property="dc:date" content="{{ .Params.pub_date }}">{{ end }}
+ {{- if .Params.date }}<meta property="dc:date" content="{{ .Params.date }}">{{ end }}
{{- if .Params.rights }}<meta property="dc:rights" content="{{ .Params.rights }}">{{ end }}
<meta property="dc:source" content="{{ if .Params.source }}{{ .Params.source }}{{ else }}{{ .Site.Title }}{{ end }}">