mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
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
|
||||
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}
|
||||
|
|
Loading…
Reference in a new issue