Skip to content

Commit

Permalink
feat: Add custom favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Jan 16, 2025
1 parent d5ebc27 commit 761f730
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 761f730

Please sign in to comment.