From 0c4ea07c5614cef3309abda0d22c5a36a8840f42 Mon Sep 17 00:00:00 2001 From: Kiyomi Date: Fri, 1 Dec 2023 02:53:01 +0000 Subject: [PATCH] fix: Add homeUrl to some links --- templates/plist.html | 12 ++++++------ templates/post.html | 2 +- templates/tag.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/plist.html b/templates/plist.html index e05c8bf..28c00a1 100644 --- a/templates/plist.html +++ b/templates/plist.html @@ -39,19 +39,19 @@ {%- endif -%}
- {% for num in blogBase['singeListJson'] -%} - {%- endfor %} -
{% if postListJson[num]['commentNum']>0 %}{{ postListJson[num]['commentNum'] }}{% endif %} - {{ postListJson[num]['label'] }} + {{ postListJson[num]['label'] }} {{ postListJson[num]['createdDate'] }}
@@ -88,13 +88,13 @@ {%- if blogBase['prevUrl']=='disabled' -%} {{ i18n['Previous'] }} {% else -%} - {{ i18n['Previous'] }} + {{ i18n['Previous'] }} {%- endif -%} {%- if blogBase['nextUrl']=='disabled' -%} {{ i18n['Next'] }} {% else -%} - + {%- endif -%} diff --git a/templates/post.html b/templates/post.html index 4f3fdb6..181cb64 100644 --- a/templates/post.html +++ b/templates/post.html @@ -27,7 +27,7 @@ {{ blogBase['postTitle'] }}
-
-