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){ %>