Added browser color configuration

This commit is contained in:
cassiobotaro 2016-04-22 23:07:58 -03:00
parent ab0f263d4c
commit 1eafe20027
2 changed files with 10 additions and 0 deletions

View file

@ -11,6 +11,7 @@ SITESUBTITLE = u'Test'
SITEDESCRIPTION = u'%s\'s Thoughts and Writings' % AUTHOR
SITELOGO = u'https://www.example.com/img/profile.png'
FAVICON = SITEURL + '/images/favicon.ico'
BROWSER_COLOR = '#333'
ROBOTS = u'index, follow'