improved config

This commit is contained in:
Joey Hess 2012-08-03 20:40:34 -04:00
parent 1bd2be549f
commit e0c3958d9a
10 changed files with 103 additions and 105 deletions

View file

@ -17,6 +17,6 @@ import Yesod
getAboutR :: Handler RepHtml
getAboutR = bootstrap (Just About) $ do
sideBarDisplay Nothing
sideBarDisplay
setTitle "About git-annex"
$(widgetFile "documentation/about")