this repo has no description

change script + stylesheet loading

altagos.dev ba0b22e5 9fb4f93d

verified
+7 -9
+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> 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"> 20 <!-- mathtex --> 21 + <link rel="stylesheet" href="$site.asset('math/Temml-Local.css').link()"> 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>