Skip to content

Commit

Permalink
fixed ckan.ico path
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnis committed Mar 8, 2016
1 parent ca8b046 commit ce5bdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckan/config/deployment.ini_tmpl
Expand Up @@ -107,7 +107,7 @@ ckan.views.default_views = image_view text_view recline_view
ckan.site_title = CKAN
ckan.site_logo = /base/images/ckan-logo.png
ckan.site_description =
ckan.favicon = /images/icons/ckan.ico
ckan.favicon = /base/images/icons/ckan.ico
ckan.gravatar_default = identicon
ckan.preview.direct = png jpg gif
ckan.preview.loadable = html htm rdf+xml owl+xml xml n3 n-triples turtle plain atom csv tsv rss txt json
Expand Down
2 changes: 1 addition & 1 deletion ckan/config/environment.py
Expand Up @@ -246,7 +246,7 @@ def update_config():
config['ckan.site_id'] = ckan_host

# ensure that a favicon has been set
favicon = config.get('ckan.favicon', '/images/icons/ckan.ico')
favicon = config.get('ckan.favicon', '/base/images/icons/ckan.ico')
config['ckan.favicon'] = favicon

# Init SOLR settings and check if the schema is compatible
Expand Down

0 comments on commit ce5bdaf

Please sign in to comment.