diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 6499907..3a5063f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,9 +2,7 @@ <article> <header> <h1>{{ .Title }}</h1> - <time datetime="{{ .Lastmod }}" - >{{ .Lastmod.Format "January 2, 2006" }}</time - > + <time datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time> </header> {{ if .Params.toc }} <aside id="toc"> |