diff --git a/src/Model/BlogPost.php b/src/Model/BlogPost.php index c528a3d..0b17b0c 100644 --- a/src/Model/BlogPost.php +++ b/src/Model/BlogPost.php @@ -630,12 +630,12 @@ class BlogPost extends Page return Controller::join_links( $this->Parent()->Link('archive'), $date->format('Y'), - $date->format('m'), + $date->format('M'), $date->format('d') ); } - return Controller::join_links($this->Parent()->Link('archive'), $date->format('Y'), $date->format('m')); + return Controller::join_links($this->Parent()->Link('archive'), $date->format('Y'), $date->format('M')); } return Controller::join_links($this->Parent()->Link('archive'), $date->format('Y'));