fix some js bugs

This commit is contained in:
geekifan
2025-04-22 11:09:07 +08:00
parent 7b3255f7d4
commit b7f3f54f72
5 changed files with 12 additions and 10 deletions

View File

@ -9,7 +9,7 @@
{{ $style := $sass | toCSS $opts | minify | fingerprint }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
</head>
<html>
<html lang="{{ .Site.LanguageCode }}">
{{ partial "head.html" . }}
<body>
{{ partial "sidebar.html" . }}