Currently in _includes/head.html link tags are added for a variety of icons. These icons don't exist in the theme and, other than the vanilla favicon.ico, none of these icons exist in any of the sites that currently use the theme. For this reason some code should be added that checks if these files actually exist before adding their tags.
Currently in
_includes/head.html
link tags are added for a variety of icons. These icons don't exist in the theme and, other than the vanillafavicon.ico
, none of these icons exist in any of the sites that currently use the theme. For this reason some code should be added that checks if these files actually exist before adding their tags.