diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 5346f141..3e201d76 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -15,7 +15,7 @@
href="{{ `author/` | relLangURL }}{{ .Params.Author | urlize }}">{{ .Params.Author | title }}
{{ i18n "date" }}
- :{{ .PublishDate.Format "02 Jan, 2006" }}
+ :{{ time.Format "02 Jan, 2006" .PublishDate }}
{{ i18n "category" }}
:{{ range $index, $elements:= .Params.Categories }}
{{- range $name, $items := .Site.Taxonomies.tags }}
- {{ $name | humanize }}
+ {{ $name }}
{{- end }}
{{- end }}
@@ -32,7 +32,7 @@
{{ .Title }}
- {{ .PublishDate.Format "02 Jan 2006" }}
+ {{ time.Format "02 Jan 2006" .PublishDate }}