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. -- | Downloads controller.
getDownloadsR :: C Html getDownloadsR :: C Html
getDownloadsR = getDownloadsR =
markdownPage [DownloadsR] "Downloads" "downloads.md" markdownPage [] "Downloads" "downloads.md"

View file

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

View file

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

View file

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

View file

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