fix: article links in devlog rss feed
This commit is contained in:
parent
54f505e548
commit
92a2f2ae62
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
|||
<item>
|
||||
<title :text="$loop.it.heading()"></title>
|
||||
<description :text="$loop.it.html()"></description>
|
||||
<link :text="$site.host_url.addPath($page.link().suffix('#', $loop.it.id))"></link>
|
||||
<link :text="$site.host_url.addPath($if.link().suffix('#', $loop.it.id))"></link>
|
||||
<pubDate :text="$loop.it.id.parseDate().formatHTTP()"></pubDate>
|
||||
<guid :text="$site.host_url.addPath($page.link().suffix('#', $loop.it.id))"></guid>
|
||||
<guid :text="$site.host_url.addPath($if.link().suffix('#', $loop.it.id))"></guid>
|
||||
</item>
|
||||
</ctx>
|
||||
</ctx>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue