mirror of
https://github.com/Damillora/Yuika
synced 2024-11-12 21:27:33 +00:00
fix(theme): oops
This commit is contained in:
parent
6497b7d07d
commit
a32e674db5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user