Remove themeSite specific params from config

This commit is contained in:
Bjørn Erik Pedersen 2015-07-10 09:53:54 +02:00
parent d86276c292
commit d052d19001
2 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ _testmain.go
/public /public
/themes /themes
.DS_Store

View File

@ -5,7 +5,4 @@ copyright = "Copyright (c) 2008 - 2014, Steve Francia; all rights reserved."
canonifyurls = true canonifyurls = true
paginate = 3 paginate = 3
# Needed by Theme demos in exampleSite.
[params]
DateForm = "Mon, Jan 2, 2006"