Commit d809d0c5 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] home route.

parent e43bf542
...@@ -152,7 +152,7 @@ sidebarnavSpec = simpleSpec performAction render ...@@ -152,7 +152,7 @@ sidebarnavSpec = simpleSpec performAction render
[ div [className "container"] [ div [className "container"]
[ [
div [ className "navbar-inner" ] div [ className "navbar-inner" ]
[ a [ className "navbar-brand logoSmall", href "/" ] [ a [ className "navbar-brand logoSmall", href "/index.html" ]
[ img [ src "images/logoSmall.png", title "Back to home." ] [ img [ src "images/logoSmall.png", title "Back to home." ]
[] []
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment