diff options
Diffstat (limited to 'src/http/tpl/post.html')
-rw-r--r-- | src/http/tpl/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/tpl/post.html b/src/http/tpl/post.html index 0cf3622..46a24fc 100644 --- a/src/http/tpl/post.html +++ b/src/http/tpl/post.html @@ -16,7 +16,7 @@ {{ .PostHTMLBody $post }} <p><em> - Published {{ DateTimeFormat $post.PublishedAt }} + Published {{ $post.PublishedAt.Format "2006-01-02" }} </em></p> {{- if $post.Series }} |