diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 6eee18f..6b91b33 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -5,7 +5,7 @@ <meta charset="UTF-8"> <title>{% block title %} | GitBook{% endblock %}</title> <meta name="robots" content="{% block robots %}noindex, nofollow{% endblock %}"> - <link rel="icon" href="{{ staticBase }}/images/icons/32.png"> + <link rel="shortcut icon" href="{{ staticBase }}/images/favicon.ico" type="image/x-icon"> <link rel="stylesheet" href="{{ staticBase }}/style.css"> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content="{{ description }}"> |