Ensure reloading of favicons

Posted About 11 years ago. Visible to the public.

Sometimes it seems a favicon does not work because your browser displays an old version or (in case of local development) a favicon of another project you worked on recently.

Though, you can force your browser to really reload the favicon using some kind of additional version parameter string like this:

= favicon_link_tag("/favicon.ico?v=2")
Thomas Eisenbarth
Last edit
About 11 years ago
License
Source code in this card is licensed under the MIT License.
Posted by Thomas Eisenbarth to makandra dev (2013-03-13 10:46)