this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

+

Altagos e0c8897b f18ea5c6

+1 -5
+1 -5
src/_includes/layouts/root.njk
··· 10 10 <link rel="preload" href="/assets/highlight/tomorrow-night.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> 11 11 <noscript><link rel="stylesheet" href="/assets/highlight/tomorrow-night.css"></noscript> 12 12 13 - <script defer src="/assets/highlight/highlight.min.js"></script> 14 - 15 - <script> 16 - hljs.highlightAll(); 17 - </script> 13 + <script defer src="/assets/highlight/highlight.min.js" onload="hljs.highlightAll()"></script> 18 14 </head> 19 15 <body> 20 16 <main>