Archived
1
0

update default templates

This commit is contained in:
Jeff Becker 2018-03-09 10:56:15 -05:00
parent e6417b3bd7
commit ce7f112be8
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -267,7 +267,7 @@ func GenSRNdConfig() *configparser.Configuration {
sect.Add("minimize_html", "0")
sect.Add("prefix", "/")
sect.Add("static_files", "contrib")
sect.Add("templates", "contrib/templates/default")
sect.Add("templates", "contrib/templates/placebo")
sect.Add("translations", "contrib/translations")
sect.Add("markup_script", "contrib/lua/memeposting.lua")
sect.Add("locale", "en")