diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html index 05c0ac17..f007bf69 100644 --- a/templates/template.html +++ b/templates/template.html @@ -8,7 +8,7 @@ $if(date)$ <meta name="date" content="$date$"/> $endif$ <title>$pagetitle$</title> -<link rel="apple-touch-icon-precomposed" href="/img/favicon-152.png"/> +<link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-152.png"/> <meta name="msapplication-TileColor" content="#FFFFFF"/> <meta name="msapplication-TileImage" content="/img/favicon-144.png"/> <meta name="viewport" content="width=device-width, initial-scale=1"> |