summaryrefslogtreecommitdiffstats
path: root/layouts/partials/post-meta/date.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-meta/date.html')
-rw-r--r--layouts/partials/post-meta/date.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-meta/date.html b/layouts/partials/post-meta/date.html
index 6afce4c..29a86b8 100644
--- a/layouts/partials/post-meta/date.html
+++ b/layouts/partials/post-meta/date.html
@@ -5,7 +5,7 @@
{{- if ne .Date .Lastmod }}
<time datetime="{{ .Lastmod.Format "2006-01-02T15:04:05Z07:00" }}">
{{- /* TODO: Translate me */}}
- Updated: {{- .Lastmod.Format (site.Params.dateformat | default "January 02, 2006") -}}
+ (Updated: {{ .Lastmod.Format (site.Params.dateformat | default "January 02, 2006") -}})
</time>
{{- end -}}
{{- end }}