remove a p wrapper from here
This commit is contained in:
parent
b663980b4b
commit
4dda83907f
|
@ -33,4 +33,4 @@ render post =
|
||||||
H.div ! A.class_ "card-content white-text" $ do
|
H.div ! A.class_ "card-content white-text" $ do
|
||||||
H.span ! A.class_ "card-title" $ H.toHtml $ unpack (author post)
|
H.span ! A.class_ "card-title" $ H.toHtml $ unpack (author post)
|
||||||
|
|
||||||
H.p $ writeHtml def state
|
do writeHtml def state
|
||||||
|
|
Loading…
Reference in New Issue