- To refresh your site's favicon you can force browsers to download a new version using the link tag and a querystring on your filename. This is especially helpful in production environments to make sure your users get the latest favicon.
- <link rel="icon" href="<?php echo path('media'); ?>/favicon.ico?v=2" type="image/x-icon">
Recent Pastes