From 52cf1cab71ee3b34cb720b8a280b0e948e1490d0 Mon Sep 17 00:00:00 2001 From: tuzi3040 <28290621+tuzi3040@users.noreply.github.com> Date: Wed, 19 Aug 2020 04:13:29 +0800 Subject: [PATCH] fix: atom.art id (#5401) --- lib/views/atom.art | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/atom.art b/lib/views/atom.art index d9c5686e7..dfc50fc17 100644 --- a/lib/views/atom.art +++ b/lib/views/atom.art @@ -34,7 +34,7 @@ {{ each item $e }} - {{ $e.id || $e.link }} + {{ $e.guid || $e.id || $e.link }} <![CDATA[{{@ $e.title }}]]> {{ $e.pubDate || $e.updated }}