From bce294921cd805e1d966434d4bb3859f486475ef Mon Sep 17 00:00:00 2001 From: Meekdai Date: Tue, 21 Nov 2023 17:16:33 +0800 Subject: [PATCH] =?UTF-8?q?plist=20=E6=B7=BB=E5=8A=A0=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E5=88=B0=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/plist.html | 2 +- templates/tag.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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'] -%}