diff --git a/functions.php b/functions.php
index a2876e8..804c001 100644
--- a/functions.php
+++ b/functions.php
@@ -1269,9 +1269,9 @@ function memory_archives_list() {
}
if ($mon != $mon_tmp) {
$mon = $mon_tmp;
- $output .= '
'.$mon. __("","sakura"). /*月*/' ('.__(" articles","sakura") /*篇文章*/.')'; //输出月份
+ $output .= '- '.get_the_time('M').' ('.__(" post(s)","sakura") /*篇文章*/.')
';
diff --git a/tpl/content-image.php b/tpl/content-image.php
index d75ced1..75140e7 100644
--- a/tpl/content-image.php
+++ b/tpl/content-image.php
@@ -32,7 +32,7 @@