|
36 | 36 | {% endblock %} |
37 | 37 |
|
38 | 38 | {% block extrahead %} |
| 39 | + {# Place icon files in the root if possible (let browsers look for them where they expect them to be) #} |
39 | 40 | <linkrel="icon"type="image/x-icon"href="{{ pathto('_static/' + theme_root_favicon, 1) }}"/> |
| 41 | +<linkrel="apple-touch-icon-precomposed"sizes="144x144"href="{{ pathto('_static/' + theme_apple_touch_icon_144x144, 1) }}"/> |
| 42 | +<linkrel="apple-touch-icon-precomposed"sizes="72x72"href="{{ pathto('_static/' + theme_apple_touch_icon_72x72, 1) }}"/> |
| 43 | +<linkrel="apple-touch-icon-precomposed"href="{{ pathto('_static/' + theme_apple_touch_icon, 1) }}"/> |
| 44 | +<linkrel="apple-touch-icon"href="{{ pathto('_static/' + theme_apple_touch_icon, 1) }}"/> |
| 45 | + |
| 46 | + {# Tile icon for Win8 (icon + tile color) #} |
| 47 | +<metaname="msapplication-TileImage"content="{{ pathto('_static/' + theme_msapplication_tileimage, 1) }}"> |
| 48 | +<metaname="msapplication-TileColor"content="{{ theme_msapplication_tilecolor }}"> |
| 49 | +<metaname="msapplication-navbutton-color"content="{{ theme_msapplication_tilecolor }}"> |
| 50 | + |
40 | 51 | {% if builder != "htmlhelp" %} |
41 | 52 | {% if not embedded %}<scripttype="text/javascript"src="{{ pathto('_static/copybutton.js', 1) }}"></script>{% endif %} |
42 | 53 | {% endif %} |
|