Remove pointless breadcrumbs for now

This commit is contained in:
Chris Done 2014-05-28 12:46:34 +02:00
parent b2861299ec
commit f2ba9b17ff
5 changed files with 5 additions and 5 deletions

View file

@ -10,4 +10,4 @@ import HL.C
-- | Downloads controller.
getDownloadsR :: C Html
getDownloadsR =
markdownPage [DownloadsR] "Downloads" "downloads.md"
markdownPage [] "Downloads" "downloads.md"

View file

@ -12,7 +12,7 @@ import HL.V.Template
communityV :: FromSenza App
communityV =
template
[CommunityR]
[]
"Community"
(\url ->
container

View file

@ -13,7 +13,7 @@ import HL.V.Template
documentationV :: FromSenza App
documentationV =
template
[DocumentationR]
[]
"Documentation"
(\url ->
container

View file

@ -12,7 +12,7 @@ import HL.V.Template
newsV :: Html -> FromSenza App
newsV inner =
template
[NewsR]
[]
"News"
(\_ ->
container

View file

@ -150,7 +150,7 @@ h2 {
*/
.page-news .span6 {
padding-left:0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *