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" />
|
<link rel="stylesheet" href="/reset.css" />
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
<link rel="icon" href="favicon.svg">
|
<link rel="icon" href="favicon.svg" />
|
||||||
<link rel="mask-icon" href="mask-icon.svg" color="#000000">
|
<link rel="mask-icon" href="mask-icon.svg" color="#000000" />
|
||||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
|
|
|
@ -41,9 +41,9 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
<link rel="icon" href="favicon.svg">
|
<link rel="icon" href="favicon.svg" />
|
||||||
<link rel="mask-icon" href="mask-icon.svg" color="#000000">
|
<link rel="mask-icon" href="mask-icon.svg" color="#000000" />
|
||||||
<link rel="apple-touch-icon" href="apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
||||||
|
|
||||||
<slot />
|
<slot />
|
||||||
</head>
|
</head>
|
Loading…
Reference in a new issue