Skip to content

Commit

Permalink
Update calendar.html
Browse files Browse the repository at this point in the history
Signed-off-by: 简律纯 <[email protected]>
  • Loading branch information
HsiangNianian authored Oct 2, 2023
1 parent 2f0f148 commit 5b36a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
},
Expand Down

0 comments on commit 5b36a96

Please sign in to comment.