mirror of
https://github.com/Damillora/Yuika
synced 2024-11-22 17:27:32 +00:00
chore: reformat and update jquery
This commit is contained in:
parent
b77d0cb85c
commit
6497b7d07d
14
default.hbs
14
default.hbs
@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="{{@site.lang}}">
|
<html lang="{{@site.lang}}">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
@ -14,25 +15,26 @@
|
|||||||
<link rel="preload" as="style" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
<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/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="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}}
|
{{ghost_head}}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="{{body_class}}">
|
<body class="{{body_class}}">
|
||||||
{{> "site-header"}}
|
{{> "site-header"}}
|
||||||
<div>
|
<div>
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
</div>
|
</div>
|
||||||
<script
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
|
||||||
src="https://code.jquery.com/jquery-3.4.1.min.js"
|
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
||||||
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
|
|
||||||
crossorigin="anonymous">
|
|
||||||
</script>
|
|
||||||
<script src="{{asset " built/yuika.js"}}"></script>
|
<script src="{{asset " built/yuika.js"}}"></script>
|
||||||
{{{block "scripts"}}}
|
{{{block "scripts"}}}
|
||||||
|
|
||||||
{{ghost_foot}}
|
{{ghost_foot}}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user