diff --git a/templates/plist.html b/templates/plist.html
index 0871844..490e42f 100644
--- a/templates/plist.html
+++ b/templates/plist.html
@@ -41,28 +41,28 @@
{%- endif -%}
-
+
{% for num in blogBase['singeListJson'] -%}
-
+
{%- endfor %}
-
-
+
{% endblock %}
diff --git a/templates/post.html b/templates/post.html
index 0b4ab93..e774b83 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -27,26 +27,24 @@
{% block header %}
{{ blogBase['postTitle'] }}
-
-
-
+
{% if blogBase['showPostSource']==1 %}
-
+
{% endif %}
-
+
{% endblock %}
diff --git a/templates/tag.html b/templates/tag.html
index b0064ca..14ffb74 100644
--- a/templates/tag.html
+++ b/templates/tag.html
@@ -15,7 +15,7 @@
.subnav-search button{padding:5px 8px;border-top-left-radius:0px;border-bottom-left-radius:0px;}
.SideNav-icon{margin-right:16px}
-.Label{color: #fff;margin-left:8px;}
+.Label{color: #fff;margin-left:4px;}
#taglabel .Label {margin-bottom:8px;}
.Counter{color:#fff;background-color:rgba(234, 238, 242, 0.5)}
@@ -42,16 +42,16 @@
-
-
+
{% endblock %}