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 %}