diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 7aee9849e366aabe7ff1b3b9e6d4ad48428e4d68..16fb1a2b44b78618b2745d1cb667ecceb0306c6e 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -15,9 +15,11 @@
 
     = stylesheet_link_tag "application", "ui"
 
-    = stylesheet_link_tag "/../javascripts/fancybox/jquery.fancybox-1.3.1"
+    = stylesheet_link_tag "/../japvascripts/fancybox/jquery.fancybox-1.3.1"
     = stylesheet_link_tag "fileuploader"
-
+    - if current_user
+      %link{:rel => "alternate", :href => "#{current_user.public_url}", :type => "application/atom+xml", :title => "Public Diaspora Feed for #{current_user.real_name}"}
+    
     /= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
     = javascript_include_tag 'jquery-1.4.2.min', 'rails'
     = javascript_include_tag 'jquery.infieldlabel', 'jquery.cycle/jquery.cycle.min.js'