+
{{ block "main" . }}{{ end }}
-
-
-
- {{ if .Site.Params.playerURL }}
-
- {{ end }}
- {{ if .Site.Params.scrollTop }}
-
-
-
- {{ end }}
+ {{ partial "sidebar.html" . }}
+ {{ partial "components.html" . }}
{{ partial "footer.html" . }}
- {{ partial "scripts.html" . }}
+ {{ if or .Params.math .Site.Params.math }}
+ {{ partial "math.html" . }}
+ {{ end }}
+ {{ partial "scripts-end.html" . }}
\ No newline at end of file
--
cgit v1.2.3
From 02c3891865c7741b8f772aea75cc01564d2f0ff4 Mon Sep 17 00:00:00 2001
From: amzrk2
Date: Mon, 1 Jun 2020 15:44:04 +0800
Subject: Remove jQuery
---
layouts/_default/baseof.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'layouts/_default/baseof.html')
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a61499c..4a2a490 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -5,7 +5,7 @@
{{ partial "head.html" . }}
-
+
{{ partial "scripts-front.html" . }}
{{ partial "header.html" . }}
--
cgit v1.2.3