aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/meta.html
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2021-05-01 23:15:09 +0300
committerGitHub <noreply@github.com>2021-05-01 23:15:09 +0300
commit164d0b1d0e53c3aa0bd4038e464a150f479bd41a (patch)
tree00a7e862d38201dffe9863052451f26a587f616e /layouts/partials/meta.html
parent27ffa549c10f415973f2b894b176754cbf910af5 (diff)
v5.0.2 fix #180 by showing date instead of relative time for future dates
report by @untuned
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r--layouts/partials/meta.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index 5c57c45..3fec38c 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -12,7 +12,7 @@
{{ range .AlternativeOutputFormats -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
- <meta name="generator" content="cState v5.0.1 - https://github.com/cstate/cstate">
+ <meta name="generator" content="cState v5.0.2 - https://github.com/cstate/cstate">
<meta name="theme-color" content="{{ .Site.Params.brand }}">
<script>
var themeBrandColor = '{{ .Site.Params.brand }}';