limit RSS rel link in layout to person pages
This commit is contained in:
parent
9b24af717f
commit
134e8a1b20
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@
|
|||
|
||||
- if @person
|
||||
%link{:rel => "alternate", :href => "#{@person.public_url}.atom", :type => "application/atom+xml", :title => "#{t('.public_feed', :name => @person.name)}"}
|
||||
- elsif current_user
|
||||
%link{:rel => "alternate", :href => "#{current_user.public_url}.atom", :type => "application/atom+xml", :title => "#{t('.public_feed', :name => current_user.name)}"}
|
||||
|
||||
%body{:class => "#{yield(:body_class)}"}
|
||||
- unless @landing_page
|
||||
|
|
|
|||
Loading…
Reference in a new issue