chore: reformat and update jquery

This commit is contained in:
Damillora 2021-04-20 12:04:43 +07:00
parent b77d0cb85c
commit 6497b7d07d
1 changed files with 33 additions and 31 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="{{@site.lang}}">
<head>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@ -12,27 +13,28 @@
<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/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>
<body class="{{body_class}}">
</head>
<body class="{{body_class}}">
{{> "site-header"}}
<div>
{{{body}}}
</div>
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous">
</script>
<script src="{{asset "built/yuika.js"}}"></script>
<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>
{{{block "scripts"}}}
{{ghost_foot}}
</body>
</body>
</html>