Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Get an favicon.ico #18

Open
andialbrecht opened this issue Oct 20, 2009 · 4 comments
Open

Get an favicon.ico #18

andialbrecht opened this issue Oct 20, 2009 · 4 comments

Comments

@andialbrecht
Copy link
Contributor

A default favicon.ico is currently missing :)

@hymerman
Copy link

Yep, I'd like this. Also, I've tried to add my own favicon.ico to the themes/default/static/ directory (and the images directory) and it's not getting picked up, which I think is expected. How would you have the favicon.ico file be specific to a theme?

@ghost
Copy link

ghost commented Feb 24, 2010

in my local copy i have added oner to the themes/default/static/ , and here is the snipit i used to make it work only in that theme ( i'll create a git fork for all my changes and such soon , still getting used to git )

in themes/default/base.html add the following in the head

@ghost
Copy link

ghost commented Feb 24, 2010

ugh it mangled the html, use this
link rel="SHORTCUT ICON" href="{{config.url_prefix}}/static/default/favicon.ico"

with brackets on either side

@ghost
Copy link

ghost commented Feb 25, 2010

that code is now in my branch, along with a green-ish "doodle" favicon.ico ( that you can grab directly from here http://www.brandonholtsclaw.com/static/default/favicon.ico )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants