In rss.pug fixed link tag. Jade treats it like an HTML's link self-closing tag.
This commit is contained in:
parent
a315679847
commit
98e948f982
@ -6,7 +6,7 @@ rss(version='2.0')
|
|||||||
title Arav's dwelling
|
title Arav's dwelling
|
||||||
description Updates on my websites and infrastructure.
|
description Updates on my websites and infrastructure.
|
||||||
language en-gb
|
language en-gb
|
||||||
link= host
|
| <link>#{host}</link>
|
||||||
|
|
||||||
each post in posts
|
each post in posts
|
||||||
item
|
item
|
||||||
@ -14,7 +14,7 @@ rss(version='2.0')
|
|||||||
category= post.Category.Name
|
category= post.Category.Name
|
||||||
guid!= `${post.PostID()}`
|
guid!= `${post.PostID()}`
|
||||||
pubDate= util.ToClientTimezone(post.Date, r).Format("20060102-150405")
|
pubDate= util.ToClientTimezone(post.Date, r).Format("20060102-150405")
|
||||||
link!= `${host}/mindflow#${post.PostID()}`
|
| <link>#{host}/mindflow##{post.PostID()}</link>
|
||||||
author!= author
|
author!= author
|
||||||
description
|
description
|
||||||
| <![CDATA[
|
| <![CDATA[
|
||||||
|
Loading…
Reference in New Issue
Block a user