fix atom link pug template
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
doctype xml
|
||||
rss(version='2.0' xmlns:atom="http://www.w3.org/2005/Atom")
|
||||
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}
|
||||
link #{settings.baseurl}
|
||||
description #{settings.description}
|
||||
|
||||
Reference in New Issue
Block a user