* fixed entry-adding
* temporarily removed adminHandler and merged it into tazBlog :: ServerPart Response
This commit is contained in:
parent
36c4d7e84e
commit
47e1be1f78
2 changed files with 20 additions and 14 deletions
|
|
@ -85,7 +85,7 @@ renderEntry (Entry{..}) = H.div ! A.class_ "innerBox" $ do
|
|||
H.div ! A.class_ "innerBoxMiddle" $ do
|
||||
H.article $ H.ul $ H.li $ do
|
||||
preEscapedText $ btext
|
||||
preEscapedText $ mtext
|
||||
H.p $ preEscapedText $ mtext
|
||||
H.div ! A.class_ "innerBoxComments" $ do
|
||||
H.div ! A.class_ "cHead" $ toHtml $ cHead lang -- ! A.style "font-size:large;font-weight:bold;"
|
||||
H.ul $ renderComments comments lang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue