From cbc2bea413ddf58c6316e49c45b5a5a55f4271e2 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 28 May 2022 01:32:49 +0000
Subject: [PATCH] Merge pull request #136 from aidenybai/custom-progress-bar-color
---
layouts/index.html | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index 224c997..8d1ffbd 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -15,6 +15,9 @@
<article>
{{partial "toc.html" .}}
{{partial "textprocessing.html" . }}
+ {{if $.Site.Data.config.enableRecentNotes}}
+ {{partial "recent.html" . }}
+ {{end}}
</article>
{{partial "footer.html" .}}
</div>
--
Gitblit v1.10.0