lib/nanoc/helpers/blogging.rb in nanoc-4.12.18 vs lib/nanoc/helpers/blogging.rb in nanoc-4.12.19

- old
+ new

@@ -118,11 +118,11 @@ # Add date xml.updated(updated.__nanoc_to_iso8601_time) # Add links - xml.link(rel: 'alternate', href: (alt_link || root_url), type: 'text/html') - xml.link(rel: 'self', href: feed_url, type: 'application/atom+xml') + xml.link(rel: 'alternate', href: alt_link || root_url, type: 'text/html') + xml.link(rel: 'self', href: feed_url, type: 'application/atom+xml') # Add author information xml.author do xml.name author_name xml.uri author_uri