Use rel=icon instead of shortcut icon.
This commit is contained in:
parent
0a14a2b212
commit
d03a704068
3 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<title>voussoir.app</title>
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png"/>
|
||||
<link rel="icon" href="/favicon.png" type="image/png"/>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>voussoir.net</title>
|
||||
<link rel="shortcut icon" href="favicon.png" type="image/png"/>
|
||||
<link rel="icon" href="/favicon.png" type="image/png"/>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
|
|
|
@ -320,6 +320,7 @@ def make_tag_page(index, path):
|
|||
page = jinja2.Template('''
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" href="/favicon.png" type="image/png"/>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/writing/dark.css"/>
|
||||
|
|
Loading…
Reference in a new issue