diff of 6a4972f72f2fb9d8c000446d22587649baffcc0b

6a4972f72f2fb9d8c000446d22587649baffcc0b
diff --git a/elm-frontti/src/Article_view.elm b/elm-frontti/src/Article_view.elm
index 09c9a6e..c596a5c 100644
--- a/elm-frontti/src/Article_view.elm
+++ b/elm-frontti/src/Article_view.elm
@@ -45,6 +45,7 @@ articleView settings loginstate zone the_actual_post =
                                                                   , text ", "]))
                            , div [ class "previously" ]
                                (  the_actual_post.previously
-                               |> List.map (\prev -> span [] [ a [ href ("/blog/post/" ++ (String.fromInt prev.id))]
+                               |> List.map (\prev -> span [] [ a [ href ("/blog/post/" ++ (String.fromInt prev.id))
+                                                                 , title prev.title]
                                                                    [ text settings.previously_label ]
                                                              , text ", "]))]