From d530d03761514d90de059ca005063d447f50460c Mon Sep 17 00:00:00 2001
From: Kenneth <schabrechts.k@gmail.com>
Date: Sun, 15 Aug 2021 14:01:29 +0000
Subject: [PATCH] feat: Adding series to the theme

---
 layouts/_default/single.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index b4a20f1..5312dbb 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -45,6 +45,11 @@
 
       {{ .Content }}
 
+      {{- if isset .Params "series" -}}
+        {{- partial "series.html" . -}}
+
+      {{- end -}}
+
       {{- if (eq .Params.contact true) -}}
         {{- partial "contact.html" . -}}
 

--
Gitblit v1.10.0