diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml
index 83e7cf50dd0d4e463065a10e03a12070742edfed..8a76a63a6b7332b970cc65c82e17aaed692cb80b 100644
--- a/app/views/people/show.html.haml
+++ b/app/views/people/show.html.haml
@@ -12,6 +12,8 @@
       = person_image_link(@person)
     %ul
       -unless @posts.first.nil?
+        %li
+          %b.small= @person.diaspora_handle
         %li
           %i= t(".last_seen",:how_long_ago => how_long_ago(@posts.first))
       - if @person != current_user.person && current_user.friends.include?(@person)