Skip to content

Commit

Permalink
Merge pull request #141 from liip/feat/add-custom-favicon
Browse files Browse the repository at this point in the history
feat: Add custom favicon
  • Loading branch information
bellisk authored Jan 16, 2025
2 parents d5ebc27 + 01f1b66 commit 1af0792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/switzerland/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class OgdchPlugin(plugins.SingletonPlugin):
def update_config(self, config_):
toolkit.add_template_directory(config_, "templates")
toolkit.add_resource("assets", "switzerland")
toolkit.add_public_directory(config_, "public")

# IValidators

Expand Down
Binary file added ckanext/switzerland/public/favicon.ico
Binary file not shown.

0 comments on commit 1af0792

Please # to comment.