From 78250ed5087ff81a9ee83746655a10acf329ba61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Thu, 16 Jun 2022 17:39:16 +0800 Subject: [PATCH] :bug: Fixed the post's link URL. --- layouts/partials/post/footer.html | 2 +- layouts/partials/post/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/post/footer.html b/layouts/partials/post/footer.html index 34c3afc..0a88841 100644 --- a/layouts/partials/post/footer.html +++ b/layouts/partials/post/footer.html @@ -2,7 +2,7 @@ {{- if $.IsHome }} {{- if and .Site.Params.readMoreBtn (not .Params.Expand) }}
- + {{ T "PostReadMore" }} »
diff --git a/layouts/partials/post/header.html b/layouts/partials/post/header.html index ca492b3..f78979d 100644 --- a/layouts/partials/post/header.html +++ b/layouts/partials/post/header.html @@ -12,7 +12,7 @@ {{- else }} - + {{- end }} {{- else }} {{- .Title }}