diff --git a/inc/config.php b/inc/config.php index 032e937a..81eb58a2 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1366,6 +1366,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 a2f192cf..7e70d3bf 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 %}