tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
change script + stylesheet loading
altagos.dev
7 months ago
ba0b22e5
9fb4f93d
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
+7
-9
1 changed file
expand all
collapse all
unified
split
layouts
root.shtml
+7
-9
layouts/root.shtml
···
14
14
<link rel="apple-touch-icon" sizes="180x180" href="$site.asset('favicon/apple-touch-icon.png').link()">
15
15
<link rel="manifest" href="$site.asset('favicon/site.webmanifest').link()">
16
16
<!-- Phsophor Icons -->
17
17
-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
18
18
-
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css"></noscript>
19
19
-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
20
20
-
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/style.css"></noscript>
17
17
+
<!-- <link rel="preload" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
18
18
+
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css"></noscript> -->
19
19
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/style.css">
21
20
<!-- mathtex -->
22
22
-
<link rel="preload" as="style" type="text/css" href="$site.asset('math/Temml-Local.css').link()" onload="this.onload=null;this.rel='stylesheet'">
23
23
-
<noscript><link rel="stylesheet" href="$site.asset('math/Temml-Local.css').link()"></noscript>
24
24
-
<script defer src="$site.asset('math/temml.min.js').link()"></script>
25
25
-
<script defer src="$site.asset('math/render-mathtex.js').link()"></script>
21
21
+
<link rel="stylesheet" href="$site.asset('math/Temml-Local.css').link()">
26
22
</head>
27
23
<body>
28
24
<div class="head"></div>
···
69
65
</div>
70
66
</footer>
71
67
</div>
68
68
+
<script defer src="$site.asset('math/temml.min.js').link()"></script>
69
69
+
<script defer src="$site.asset('math/render-mathtex.js').link()"></script>
72
70
</body>
73
73
-
</html>
71
71
+
</html>