mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add extra link to force display of favicon
This commit is contained in:
parent
52821d1a87
commit
94358ff72b
2 changed files with 2 additions and 0 deletions
1
core.php
1
core.php
|
@ -269,6 +269,7 @@ class page_renderer
|
|||
<title>{title}</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||
<link rel='shortcut-icon' href='{favicon-url}' />
|
||||
<link rel='icon' href='{favicon-url}' />
|
||||
{header-html}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -423,6 +423,7 @@ class page_renderer
|
|||
<title>{title}</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1' />
|
||||
<link rel='shortcut-icon' href='{favicon-url}' />
|
||||
<link rel='icon' href='{favicon-url}' />
|
||||
{header-html}
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue