From 44984cdaf4dfca8c25e9b73066ee22c775ed6d2e Mon Sep 17 00:00:00 2001
From: Aiden Bai <aiden.bai05@gmail.com>
Date: Fri, 27 May 2022 20:27:13 +0000
Subject: [PATCH] Add support for progress bar
---
layouts/index.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index ee33d7c..8d1ffbd 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,12 +13,13 @@
{{partial "darkmode.html" .}}
</header>
<article>
- {{partial "toc.html" .}}
+ {{partial "toc.html" .}}
{{partial "textprocessing.html" . }}
+ {{if $.Site.Data.config.enableRecentNotes}}
+ {{partial "recent.html" . }}
+ {{end}}
</article>
{{partial "footer.html" .}}
- {{partial "popover.html" .}}
</div>
</body>
</html>
-
--
Gitblit v1.10.0