diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index fe7900bf..815c7210 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -3,8 +3,6 @@ subtitle: 'Web Developer, System Administrator - PHP, Drupal, Symfony, Linux' description: 'Oliver Davies, Drupal Developer' default_date_format: 'jS F, Y' fuzzy_date_format: F Y -apple_touch_icon_sizes: [ 57, 114, 72, 144, 60, 120, 76, 152 ] -favicon_sizes: [ 160, 96, 32, 16 ] ansible_galaxy: url: https://galaxy.ansible.com/opdavies diff --git a/source/_partials/head.twig b/source/_partials/head.twig index 6a947642..e9189040 100644 --- a/source/_partials/head.twig +++ b/source/_partials/head.twig @@ -14,11 +14,11 @@ {% block styles %}{% endblock %} - {% for size in site.apple_touch_icon_sizes %} + {% for size in [57, 60, 72, 76, 114, 120, 144, 152] %} {% endfor %} - {% for size in site.favicon_sizes %} + {% for size in [16, 32, 96, 160] %} {% endfor %}