We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b924b commit d6b203bCopy full SHA for d6b203b
layouts/templates/base.shtml
@@ -25,8 +25,9 @@
25
fetch('https://en.liujiacai.net/pv/write?' + new URLSearchParams(payload),
26
{mode: 'no-cors'}).catch(console.log);
27
</script>
28
- <super>
29
<link rel="stylesheet" href="$site.asset('search.css').link()">
+ <script type="module" src="$site.asset('search.js').link()" defer></script>
30
+ <super>
31
</head>
32
<body id="body">
33
<div class="header">
@@ -58,7 +59,6 @@
58
59
</div>
60
61
- <script type="module" src="$site.asset('search.js').link()" defer></script>
62
<footer>
63
<div>
64
0 commit comments