diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 10:07:54 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-07-25 10:07:54 -0700 |
commit | bbaf8800eb700d630dd6f2ba2b0ea8e13be7bb18 (patch) | |
tree | 74058a30b4b4d77e8132f10e625d1038cab32ac6 /templates/template.html | |
parent | 2ecbd7fd0278e900b094f775538abf20f4791c51 (diff) | |
download | my_new_personal_website-bbaf8800eb700d630dd6f2ba2b0ea8e13be7bb18.tar.xz my_new_personal_website-bbaf8800eb700d630dd6f2ba2b0ea8e13be7bb18.zip |
create separate square icon as Apple touch icon
Round icon with transparent filling doesn't work well on iOS's home
screen, because the transparent part will be filled in black. Also, the
letters ZW have been enlarged to look better in a square icon.
Diffstat (limited to 'templates/template.html')
-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"> |