diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 5d181e6..303173e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -9,7 +9,7 @@ {{ .Title }} </a> </h1> - <time class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</time> + <time class="post-date">{{ .Date.Format "Monday, 2 January, 2006" }}</time> {{ .Content }} </article> {{ end }} |