fix: atom.art id (#5401)

This commit is contained in:
tuzi3040 2020-08-19 04:13:29 +08:00 committed by GitHub
parent 087699ff5f
commit 52cf1cab71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
{{ each item $e }}
<entry>
<id>{{ $e.id || $e.link }}</id>
<id>{{ $e.guid || $e.id || $e.link }}</id>
<title><![CDATA[{{@ $e.title }}]]></title>
<published>{{ $e.pubDate || $e.updated }}</published>