version 3.1:
* entirely new design (looks a lot better. Thanks to @not_eden and @agoptron for their advice) * multi-author support (I won't use it yet) * blogstyle.css serves as the "source" for blog.css * displaying article eDate and author on entry page
This commit is contained in:
parent
39a30af9c2
commit
877a7f84b0
6 changed files with 153 additions and 138 deletions
|
|
@ -146,7 +146,7 @@ postEntry acid = do
|
|||
nMtext <- lookText' "mtext"
|
||||
nEntry <- Entry <$> pure eId
|
||||
<*> getLang lang
|
||||
<*> lookText' "author"
|
||||
<*> readCookieValue "sUser"
|
||||
<*> lookText' "title"
|
||||
<*> pure (entryEscape nBtext)
|
||||
<*> pure (entryEscape nMtext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue