fix atom link pug template
This commit is contained in:
parent
8f76146dd8
commit
81ceb5c892
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
doctype xml
|
doctype xml
|
||||||
rss(version='2.0' xmlns:atom="http://www.w3.org/2005/Atom")
|
rss(version='2.0' xmlns:atom="http://www.w3.org/2005/Atom")
|
||||||
channel
|
channel
|
||||||
atom:link(href="#{settings.baseurl}/feed/rss" rel="self" type="application/rss+xml")
|
<atom:link href="#{settings.baseurl}/feed/rss" rel="self" type="application/rss+xml"></atom:link>
|
||||||
title #{settings.title}
|
title #{settings.title}
|
||||||
link #{settings.baseurl}
|
link #{settings.baseurl}
|
||||||
description #{settings.description}
|
description #{settings.description}
|
||||||
|
|
Loading…
Reference in a new issue