-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change favicon #52
Comments
I have no idea where the favicon is being drawn from. We don't seem to have a file in the location specified by that link. It looks like we're using |
i submitted a pull request to the main site's repository with a directory of assets. there's a bunch of favicons in it. |
here's the url of where it is pulling from: |
We can and I think should just make this a static resource. In our extension we can add an icon file to .../public/base/images with a unique name. Public resources added to extensions are combined with the resources CKAN ships with e.g. ckan.ico. So in the .ini you can just use the same path /base/images/<file_name> to set the icon we want to use. I'm not actually seeing how this:
is getting set. Nothing greps from the src files I'm looking at. Any chance we have an image that is circular or square (to prevent the squish problem)? |
Currently the favicon is white and squished. At the very least, we don't want it to look squished.
But we also may not want it to be white. Do we want it to be red, since it is Code for DC's? This semi-relates to the overall design of the site. (See also: #47)
This might help for changing the favicon: http://docs.ckan.org/en/latest/maintaining/configuration.html#ckan-favicon
The text was updated successfully, but these errors were encountered: