From 971f9bd9155eccdeefe563a3608dc46d2132abab Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 14 Apr 2020 15:46:26 +0800 Subject: Add progess bar --- layouts/_default/single.html | 3 +++ layouts/index.html | 3 +++ layouts/partials/head.html | 3 ++- layouts/partials/scripts.html | 33 +++++++++++++++++++++++++++++++++ layouts/tags/list.html | 3 +++ 5 files changed, 44 insertions(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 0d564b0..506127b 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -29,6 +29,9 @@ +
+
+
{{ end }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index d20006b..158c982 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -31,6 +31,9 @@ +
+
+
{{ end }} \ No newline at end of file diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 8d035ce..749c213 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -17,7 +17,8 @@ {{ $style := $sass | resources.ToCSS }} - + + {{ if or .Params.math .Site.Params.math }} {{ partial "math.html" . }} {{ end }} \ No newline at end of file diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 4caf7ba..c5efc63 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,3 +1,36 @@ +