Skip to content

Commit

Permalink
🐛 时间
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Jul 18, 2020
1 parent 422c612 commit 95a752c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ layout: none
<entry>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }}</pubDate>
<pubDate>{{ post.date | date: "%Y-%m-%d" }}</pubDate>
<link>{{ site.url }}{{ post.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
</entry>
Expand Down

0 comments on commit 95a752c

Please sign in to comment.