#424, #437 Added "apple-touch-icon" for apple devices

pull/453/head
OzzieIsaacs 6 years ago
parent 8716054dcf
commit e99e93db1f

@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Bootstrap -->
<link rel="apple-touch-icon" sizes="140x140" href="{{ url_for('static', filename='favicon.ico') }}">
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
<link href="{{ url_for('static', filename='css/libs/bootstrap.min.css') }}" rel="stylesheet" media="screen">
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet" media="screen">

Loading…
Cancel
Save