Fixed some favicon paths.
This commit is contained in:
parent
fafafad7cd
commit
d1bf4ab64f
@ -4,19 +4,19 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
|
||||||
<link rel="apple-touch-icon" sizes="57x57" href="{{ url_for('static', filename="apple-touch-icon-57x57.png")}}">
|
<link rel="apple-touch-icon" sizes="57x57" href="{{ url_for('static', filename="apple-touch-icon-57x57.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="60x60" href="{{ url_for('static', filename="static/apple-touch-icon-60x60.png")}}">
|
<link rel="apple-touch-icon" sizes="60x60" href="{{ url_for('static', filename="apple-touch-icon-60x60.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="72x72" href="{{ url_for('static', filename="/static/apple-touch-icon-72x72.png")}}">
|
<link rel="apple-touch-icon" sizes="72x72" href="{{ url_for('static', filename="apple-touch-icon-72x72.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="76x76" href="{{ url_for('static', filename="static/apple-touch-icon-76x76.png")}}">
|
<link rel="apple-touch-icon" sizes="76x76" href="{{ url_for('static', filename="apple-touch-icon-76x76.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="114x114" href="{{ url_for('static', filename="/static/apple-touch-icon-114x114.png")}}">
|
<link rel="apple-touch-icon" sizes="114x114" href="{{ url_for('static', filename="apple-touch-icon-114x114.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="120x120" href="{{ url_for('static', filename="static/apple-touch-icon-120x120.png")}}">
|
<link rel="apple-touch-icon" sizes="120x120" href="{{ url_for('static', filename="apple-touch-icon-120x120.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="144x144" href="{{ url_for('static', filename="static/apple-touch-icon-144x144.png")}}">
|
<link rel="apple-touch-icon" sizes="144x144" href="{{ url_for('static', filename="apple-touch-icon-144x144.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="152x152" href="{{ url_for('static', filename="static/apple-touch-icon-152x152.png")}}">
|
<link rel="apple-touch-icon" sizes="152x152" href="{{ url_for('static', filename="apple-touch-icon-152x152.png")}}">
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename="static/apple-touch-icon-180x180.png")}}">
|
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename="apple-touch-icon-180x180.png")}}">
|
||||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/favicon-32x32.png")}}" sizes="32x32">
|
<link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon-32x32.png")}}" sizes="32x32">
|
||||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/android-chrome-192x192.png")}}" sizes="192x192">
|
<link rel="icon" type="image/png" href="{{ url_for('static', filename="android-chrome-192x192.png")}}" sizes="192x192">
|
||||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/favicon-96x96.png")}}" sizes="96x96">
|
<link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon-96x96.png")}}" sizes="96x96">
|
||||||
<link rel="icon" type="image/png" href="{{ url_for('static', filename="static/favicon-16x16.png")}}" sizes="16x16">
|
<link rel="icon" type="image/png" href="{{ url_for('static', filename="favicon-16x16.png")}}" sizes="16x16">
|
||||||
<link rel="manifest" href="{{ url_for('static', filename="static/manifest.json")}}">
|
<link rel="manifest" href="{{ url_for('static', filename="manifest.json")}}">
|
||||||
<meta name="msapplication-TileColor" content="#da532c">
|
<meta name="msapplication-TileColor" content="#da532c">
|
||||||
<meta name="msapplication-TileImage" content="{{ url_for('static', filename="mstile-144x144.png")}}">
|
<meta name="msapplication-TileImage" content="{{ url_for('static', filename="mstile-144x144.png")}}">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
Loading…
Reference in New Issue
Block a user