From ba38ce1f68683fd4dd87d7651f362282ec9675e1 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 16 Feb 2016 15:38:59 +0100 Subject: [PATCH] Move (fav/mobile)icon related code to its own file. As this code will often be adjusted, moving it into a separate file will allow for an easier upgrade path. (cherry picked from commit 50bc93b9ac8e497f2261cd82ea16c1ff82749fd4) --- _includes/head.html | 14 +------------- _includes/icons.html | 13 +++++++++++++ 2 files changed, 14 insertions(+), 13 deletions(-) create mode 100644 _includes/icons.html diff --git a/_includes/head.html b/_includes/head.html index f4d1bd2e32..7922bb68a2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -42,19 +42,7 @@ - - - - - - - - - - - - - +{% include icons.html %} {% if page.image.background or site.background %} {% capture background %}{% if page.image.background %}{{ page.image.background }}{% else %}{{ site.background }}{% endif %}{% endcapture %} diff --git a/_includes/icons.html b/_includes/icons.html new file mode 100644 index 0000000000..1417cf93b7 --- /dev/null +++ b/_includes/icons.html @@ -0,0 +1,13 @@ + + + + + + + + + + + + +