From 64ebfb8b07e53cf1e2b791aba8b15b51eed2830e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E5=BE=8B=E7=BA=AF?= Date: Sat, 23 Sep 2023 13:24:30 +0800 Subject: [PATCH] Update calendar.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 简律纯 --- _includes/calendar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/calendar.html b/_includes/calendar.html index 44f8625..d60f743 100644 --- a/_includes/calendar.html +++ b/_includes/calendar.html @@ -90,7 +90,7 @@ var urlJSON = { {% for post in site.posts %} "{{ post.url | slice: 1, 10 | replace: '-', '/' | replace: '/0', '/' | strip }}": { - url: "{{ site.baseurl }}{{ post.url }}", + url: "{{ site.baseurl }}{{ post.url }}.html", excerpt: "{{ post.excerpt }}", index: {{ forloop.rindex }} },