diff --git a/templates/plist.html b/templates/plist.html
index 56818c3..b296762 100644
--- a/templates/plist.html
+++ b/templates/plist.html
@@ -77,7 +77,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-
{% if postListJson[num]['commentNum']>0 %}
{{ postListJson[num]['commentNum'] }}{% endif %}
-
{{ postListJson[num]['label'] }}
+
{{ postListJson[num]['label'] }}
{{ postListJson[num]['createdDate'] }}
diff --git a/templates/tag.html b/templates/tag.html
index 08493e5..9d22120 100644
--- a/templates/tag.html
+++ b/templates/tag.html
@@ -43,6 +43,11 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-
+
{% for num in blogBase['singeListJson'] -%}