From 74993d19b72aee78e89b0b13b8f1d4a72fe5fe29 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Tue, 05 Jul 2022 22:42:57 +0000
Subject: [PATCH] docs + fix: broken partial and description of enableGitHubEdit
---
layouts/index.html | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index 224c997..5053614 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -15,8 +15,11 @@
<article>
{{partial "toc.html" .}}
{{partial "textprocessing.html" . }}
+ {{if $.Site.Data.config.enableRecentNotes}}
+ {{partial "recent.html" . }}
+ {{end}}
</article>
- {{partial "footer.html" .}}
+ {{partial "footerIndex.html" .}}
</div>
</body>
</html>
--
Gitblit v1.10.0