From 3f384abfbca353111aedb099d6161310bed83609 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Sun, 7 Apr 2024 11:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B5=E9=9D=A2=E5=8F=B3?= =?UTF-8?q?=E4=B8=8A=E8=A7=92=E5=9C=86=E5=BD=A2=E6=8C=89=E9=92=AE=E8=B6=85?= =?UTF-8?q?=E5=87=BA=E8=BE=B9=E7=95=8C=E8=BF=98=E8=83=BD=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/plist.html | 16 ++++++++-------- templates/post.html | 14 ++++++-------- templates/tag.html | 10 +++++----- 3 files changed, 19 insertions(+), 21 deletions(-) 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 %}