optimze render blocking

This commit is contained in:
JamesFlare1212
2024-04-07 04:09:11 -04:00
parent bfb397776e
commit 80651e3007
2 changed files with 20 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
<head>{{ partial "head.html" . }}</head>
<body>
<div id="all">
<div class="container-fluid">
<link href="https://artalk.jamesflare.com/dist/Artalk.css" rel="stylesheet">
<script src="https://artalk.jamesflare.com/dist/Artalk.js"></script>
<div class="row row-offcanvas row-offcanvas-left">
{{ partial "sidebar.html" . }}
{{ block "main" . }}
{{ end }}
</div>
</div>
</div>
{{ partial "scripts.html" . }}
</body>
</html>