Notice this has been generalized just above and use the generalization
This commit is contained in:
parent
58d2f3c1c2
commit
5c2ac28ce9
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ page aPage =
|
||||||
script_ [src_ "/js/hablo.js"] empty
|
script_ [src_ "/js/hablo.js"] empty
|
||||||
optional faviconLink =<< (asks $skin.$favicon)
|
optional faviconLink =<< (asks $skin.$favicon)
|
||||||
optional (Card.make aPage) =<< (asks $urls.$cards)
|
optional (Card.make aPage) =<< (asks $urls.$cards)
|
||||||
(asks $skin.$head) >>= maybe (toHtml empty) toHtmlRaw
|
optional toHtmlRaw =<< (asks $skin.$head)
|
||||||
)
|
)
|
||||||
body_ (do
|
body_ (do
|
||||||
maybe defaultBanner toHtmlRaw =<< (asks $skin.$banner)
|
maybe defaultBanner toHtmlRaw =<< (asks $skin.$banner)
|
||||||
|
|
Loading…
Reference in a new issue