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
<link rel="apple-touch-icon" sizes="180x180" href="$site.asset('favicon/apple-touch-icon.png').link()">
15
<link rel="manifest" href="$site.asset('favicon/site.webmanifest').link()">
16
<!-- Phsophor Icons -->
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
-
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css"></noscript>
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
-
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/style.css"></noscript>
21
<!-- mathtex -->
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
-
<noscript><link rel="stylesheet" href="$site.asset('math/Temml-Local.css').link()"></noscript>
24
-
<script defer src="$site.asset('math/temml.min.js').link()"></script>
25
-
<script defer src="$site.asset('math/render-mathtex.js').link()"></script>
26
</head>
27
<body>
28
<div class="head"></div>
···
69
</div>
70
</footer>
71
</div>
0
0
72
</body>
73
-
</html>
···
14
<link rel="apple-touch-icon" sizes="180x180" href="$site.asset('favicon/apple-touch-icon.png').link()">
15
<link rel="manifest" href="$site.asset('favicon/site.webmanifest').link()">
16
<!-- Phsophor Icons -->
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
+
<noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css"></noscript> -->
19
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/bold/style.css">
0
20
<!-- mathtex -->
21
+
<link rel="stylesheet" href="$site.asset('math/Temml-Local.css').link()">
0
0
0
22
</head>
23
<body>
24
<div class="head"></div>
···
65
</div>
66
</footer>
67
</div>
68
+
<script defer src="$site.asset('math/temml.min.js').link()"></script>
69
+
<script defer src="$site.asset('math/render-mathtex.js').link()"></script>
70
</body>
71
+
</html>