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:
Vincent Ambo 2012-03-20 00:26:50 +01:00
parent 39a30af9c2
commit 877a7f84b0
6 changed files with 153 additions and 138 deletions

View file

@ -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)