From 27e83b1e5a9d8b7bbd42d202bd5ef57adcce659b Mon Sep 17 00:00:00 2001
From: Joseph Ting <josephting@users.noreply.github.com>
Date: Mon, 11 Mar 2019 11:21:14 +0000
Subject: [PATCH] Add see also section to posts footer (#152)

---
 exampleSite/config.toml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 63870a2..59bd66e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -36,6 +36,9 @@
     # Use inverted colors
     inverted = false
 
+    # Series see also post count
+    maxSeeAlsoItems = 5
+
     # Custom CSS
     custom_css = []
 

--
Gitblit v1.10.0