Browse Source

Improve RSS links

main
Adrian Short 4 years ago
parent
commit
c79fe26e94
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      views/authority.haml
  2. +1
    -1
      views/media.haml

+ 1
- 1
views/authority.haml View File

@@ -25,7 +25,7 @@
%h2 Media

%p
%a{ :href => 'media.xml' }
%a{ :rel => 'alternate', :type => 'application/rss+xml', :href => 'media.xml' }
RSS feed for InLinkUK media stories in
= auth['authority_name']



+ 1
- 1
views/media.haml View File

@@ -1,7 +1,7 @@
%h1 Media

%p
%a{ :href => 'index.xml' }
%a{ :rel => 'alternate', :type => 'application/rss+xml', :href => 'index.xml' }
RSS feed

%p


Loading…
Cancel
Save