fix(theme): oops

This commit is contained in:
Damillora 2021-04-20 14:39:22 +07:00
parent 6497b7d07d
commit a32e674db5
1 changed files with 4 additions and 4 deletions

View File

@ -13,12 +13,12 @@
<link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap" />
<link rel="preload" as="style" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="preload" as="style" href="{{asset " built/styles.css"}}" />
<link rel="preload" as="style" href="{{asset "built/styles.css"}}" />
<link rel="stylesheet" type="text/css"
href="https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="{{asset " built/styles.css"}}" />
<link rel="stylesheet" type="text/css" href="{{asset "built/styles.css"}}" />
{{ghost_head}}
</head>
@ -31,10 +31,10 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="{{asset " built/yuika.js"}}"></script>
<script src="{{asset "built/yuika.js"}}"></script>
{{{block "scripts"}}}
{{ghost_foot}}
</body>
</html>
</html>