diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 74e636c42..71812c0e0 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -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