Added browser color configuration
This commit is contained in:
parent
ab0f263d4c
commit
1eafe20027
2 changed files with 10 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue