mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
sketchy logo, so our techincolor logo is not sprawled across the web leading to confusion
This commit is contained in:
parent
ad88487a32
commit
878fcd2c61
3 changed files with 2 additions and 2 deletions
BIN
app/assets/images/d-logo-sketch-small.png
Normal file
BIN
app/assets/images/d-logo-sketch-small.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
app/assets/images/d-logo-sketch.png
Executable file
BIN
app/assets/images/d-logo-sketch.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -10,8 +10,8 @@ class SiteSetting < ActiveRecord::Base
|
||||||
|
|
||||||
# settings available in javascript under Discourse.SiteSettings
|
# settings available in javascript under Discourse.SiteSettings
|
||||||
client_setting(:title, "Discourse")
|
client_setting(:title, "Discourse")
|
||||||
client_setting(:logo_url, '/assets/logo.png')
|
client_setting(:logo_url, '/assets/d-logo-sketch.png')
|
||||||
client_setting(:logo_small_url, '')
|
client_setting(:logo_small_url, '/assets/d-logo-sketch-small.png')
|
||||||
client_setting(:traditional_markdown_linebreaks, false)
|
client_setting(:traditional_markdown_linebreaks, false)
|
||||||
client_setting(:popup_delay, 1500)
|
client_setting(:popup_delay, 1500)
|
||||||
client_setting(:top_menu, 'popular|new|unread|favorited|categories')
|
client_setting(:top_menu, 'popular|new|unread|favorited|categories')
|
||||||
|
|
Loading…
Reference in a new issue