legumeinfo / jekyll-theme-legumeinfo

A Jekyll theme for the Legume Information System and related biodata websites
https://www.legumeinfo.org/
Apache License 2.0
1 stars 1 forks source link

Only add icon link tags if the files exist #52

Closed alancleary closed 10 months ago

alancleary commented 11 months ago

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.