fix(site, templatest): unclosed link tags
This commit is contained in:
parent
6558e34850
commit
332dbd1f88
2 changed files with 6 additions and 6 deletions
|
@ -17,9 +17,9 @@
|
|||
<link rel="stylesheet" href="/reset.css" />
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="icon" href="favicon.svg">
|
||||
<link rel="mask-icon" href="mask-icon.svg" color="#000000">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
<link rel="icon" href="favicon.svg" />
|
||||
<link rel="mask-icon" href="mask-icon.svg" color="#000000" />
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
|
|
@ -41,9 +41,9 @@
|
|||
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="icon" href="favicon.svg">
|
||||
<link rel="mask-icon" href="mask-icon.svg" color="#000000">
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
||||
<link rel="icon" href="favicon.svg" />
|
||||
<link rel="mask-icon" href="mask-icon.svg" color="#000000" />
|
||||
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||
|
||||
<slot />
|
||||
</head>
|
Loading…
Reference in a new issue