From 7605b8919b32085b2e596543da5d7e0773349100 Mon Sep 17 00:00:00 2001 From: bihlink <95501288+bihlink@users.noreply.github.com> Date: Fri, 15 Jul 2022 17:37:04 +0200 Subject: [PATCH] Update template.ejs --- lib/template.ejs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/template.ejs b/lib/template.ejs index 36d6a39..a209bfd 100644 --- a/lib/template.ejs +++ b/lib/template.ejs @@ -10,6 +10,8 @@ <% } else if (opts.theme && opts.theme.toLowerCase() == 'dark'){ %> + <% } else if (opts.theme && opts.theme.toLowerCase() == 'modern-light-min') { %> + <% } else { %> <% } %>