From 1c47bf85a0e2bc6f86f97804d651f04b3281f231 Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Sun, 11 Aug 2019 10:18:28 +1000 Subject: [PATCH] Add apple touch icon support and configuration option --- inc/config.php | 3 +++ templates/header.html | 1 + 2 files changed, 4 insertions(+) diff --git a/inc/config.php b/inc/config.php index 39c47687..0afbf9c7 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1233,6 +1233,9 @@ // Website favicon. // $config['url_favicon'] = '/favicon.gif'; + // Website Apple touch icon. + // $config['url_appletouchicon'] = '/favicon.gif'; + // Try not to build pages when we shouldn't have to. $config['try_smarter'] = true; diff --git a/templates/header.html b/templates/header.html index 7f96f241..6c1e6346 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,5 +1,6 @@ {% if config.url_favicon %}{% endif %} + {% if config.url_appletouchicon %}{% endif %} {% if config.meta_keywords %}{% endif %}