From 284a9d61d340cb07da0c13a4fa2b07b3cb775fca Mon Sep 17 00:00:00 2001 From: bihlink <95501288+bihlink@users.noreply.github.com> Date: Fri, 15 Jul 2022 18:12:12 +0200 Subject: [PATCH] Update template.ejs --- lib/template.ejs | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/lib/template.ejs b/lib/template.ejs index d868438..be1f075 100644 --- a/lib/template.ejs +++ b/lib/template.ejs @@ -1,3 +1,9 @@ +<% if (opts.theme && opts.theme.toLowerCase() == 'modern-light-min'){ %> + +<% } else { %> + @@ -5,17 +11,13 @@ <% if (opts.theme && opts.theme.toLowerCase() == 'light'){ %> - + <% } else if (opts.theme && opts.theme.toLowerCase() == 'auto'){ %> - + <% } else if (opts.theme && opts.theme.toLowerCase() == 'dark'){ %> - - <% } else if (opts.theme && opts.theme.toLowerCase() == 'modern-light-min') { %> - + <% } else { %> - + <% } %> <% if (opts.size){ %> @@ -28,6 +30,8 @@ +<% } %> + <% if (opts.theme && opts.theme.toLowerCase() == 'modern-light'){ %>
<% if (opts.header !== false){ %>