From 2b0594e8d6cb8ff2ebd5182d933fe31c9c8fe9cc Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 May 2017 22:41:55 +0100 Subject: [PATCH] Move icon sizes inline, remove from sculpin_site.yml --- app/config/sculpin_site.yml | 2 -- source/_partials/head.twig | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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 %}