1
0
Fork 0

In rss.pug fixed link tag. Jade treats it like an HTML's link self-closing tag.

This commit is contained in:
Alexander Andreev 2023-09-23 19:56:12 +04:00
parent a315679847
commit 98e948f982
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ rss(version='2.0')
title Arav's dwelling
description Updates on my websites and infrastructure.
language en-gb
link= host
| <link>#{host}</link>
each post in posts
item
@ -14,7 +14,7 @@ rss(version='2.0')
category= post.Category.Name
guid!= `${post.PostID()}`
pubDate= util.ToClientTimezone(post.Date, r).Format("20060102-150405")
link!= `${host}/mindflow#${post.PostID()}`
| <link>#{host}/mindflow##{post.PostID()}</link>
author!= author
description
| <![CDATA[