Skip to content

Commit af79e01

Browse files
committed
format index.html
1 parent d2b5d5d commit af79e01

File tree

1 file changed

+47
-39
lines changed

1 file changed

+47
-39
lines changed

index.html

Lines changed: 47 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,55 @@
11
<!doctype html>
22
<html>
3+
<head>
4+
<title>lukechu</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
36

4-
<head>
5-
<title>lukechu</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<link data-trunk rel="rust" data-wasm-opt="s" data-keep-debug="true" />
78

8-
<link data-trunk rel="rust" data-wasm-opt="s" />
9+
<link data-trunk rel="tailwind-css" href="assets/index.scss" />
10+
<link
11+
data-trunk
12+
rel="copy-file"
13+
href="assets/google32773af3167b4156.html"
14+
/>
15+
<link data-trunk rel="copy-file" href="404.html" />
16+
<link data-trunk rel="copy-dir" href="assets" />
17+
<link data-trunk rel="copy-dir" href="posts" />
918

10-
<link data-trunk rel="tailwind-css" href="assets/index.scss" />
11-
<link data-trunk rel="copy-file" href="assets/google32773af3167b4156.html" />
12-
<link data-trunk rel="copy-file" href="404.html" />
13-
<link data-trunk rel="copy-dir" href="assets" />
14-
<link data-trunk rel="copy-dir" href="posts" />
19+
<link type="text/css" rel="stylesheet" href="/assets/prism.css" />
20+
<script type="text/javascript" src="/assets/prism.js"></script>
21+
<script
22+
id="MathJax-script"
23+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
24+
></script>
1525

16-
<link type="text/css" rel="stylesheet" href="/assets/prism.css" />
17-
<script type="text/javascript" src="/assets/prism.js"></script>
18-
<script id="MathJax-script" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
19-
20-
<script type="text/javascript">
21-
// Single Page Apps for GitHub Pages
22-
// MIT License
23-
// https://github.com/rafgraph/spa-github-pages
24-
(function (l) {
25-
if (l.search[1] === "/") {
26-
var decoded = l.search
27-
.slice(1)
28-
.split("&")
29-
.map(function (s) {
30-
return s.replace(/~and~/g, "&");
31-
})
32-
.join("?");
33-
window.history.replaceState(
34-
null,
35-
null,
36-
l.pathname.slice(0, -1) + decoded + l.hash,
37-
);
38-
}
39-
})(window.location);
40-
</script>
41-
<script defer src="https://cloud.umami.is/script.js"
42-
data-website-id="4ea18895-1c63-4382-b58f-094c0ba1e8e8"></script>
43-
</head>
44-
45-
<body></body>
26+
<script type="text/javascript">
27+
// Single Page Apps for GitHub Pages
28+
// MIT License
29+
// https://github.com/rafgraph/spa-github-pages
30+
(function (l) {
31+
if (l.search[1] === "/") {
32+
var decoded = l.search
33+
.slice(1)
34+
.split("&")
35+
.map(function (s) {
36+
return s.replace(/~and~/g, "&");
37+
})
38+
.join("?");
39+
window.history.replaceState(
40+
null,
41+
null,
42+
l.pathname.slice(0, -1) + decoded + l.hash,
43+
);
44+
}
45+
})(window.location);
46+
</script>
47+
<script
48+
defer
49+
src="https://cloud.umami.is/script.js"
50+
data-website-id="4ea18895-1c63-4382-b58f-094c0ba1e8e8"
51+
></script>
52+
</head>
4653

54+
<body></body>
4755
</html>

0 commit comments

Comments
 (0)