diff options
-rw-r--r-- | views/rss_feed_v2.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/rss_feed_v2.pug b/views/rss_feed_v2.pug index 76a928d..d04297d 100644 --- a/views/rss_feed_v2.pug +++ b/views/rss_feed_v2.pug @@ -1,9 +1,9 @@ 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 title deviblog - link <a href="https://blog.terminaldweller.com" rel="nofollow">https://blog.terminaldweller.com</a> - atom:link(href='<a href="https://blog.terminaldweller.com/feed/rss" rel="nofollow">https://blog.terminaldweller.com/feed/rss</a>', rel='self', type='application/rss+xml') + link https://blog.terminaldweller.com + atom:link(href='https://blog.terminaldweller.com/rss/feed', rel='self', type='application/rss+xml') description I talk about software here. managingEditor devi@terminaldweller.com (Farzad Sadeghi) webMaster devi@terminaldweller.com (Farzad Sadeghi) |