diff --git a/layouts/partials/list-posts.html b/layouts/partials/list-posts.html
index 8b4b091..dd1adb3 100644
--- a/layouts/partials/list-posts.html
+++ b/layouts/partials/list-posts.html
@@ -1,5 +1,5 @@
{{ .Title }}
- {{ dateFormat "January 2, 2006" .Date }}
+ {{ dateFormat "2 January, 2006" .Date }}
diff --git a/layouts/partials/post.html b/layouts/partials/post.html
index 9ddba2e..8c4980d 100644
--- a/layouts/partials/post.html
+++ b/layouts/partials/post.html
@@ -4,7 +4,7 @@
{{ .Title }}
{{ .Description }}
- {{ dateFormat "January 2, 2006" .Date }}
+ {{ dateFormat "2 January, 2006" .Date }}