Update template.ejs

This commit is contained in:
bihlink 2022-07-15 18:25:33 +02:00 committed by GitHub
parent 284a9d61d3
commit 4f8568b3ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -137,6 +137,9 @@
<% } %>
</body>
</html>
<% } else if (opts.theme && opts.theme.toLowerCase() == 'modern-light-min'){ %>
<div class="container-fluid mt-2">
<% if (opts.header !== false){ %>
@ -241,7 +244,7 @@
</script>
<% } %>
<% } else { %>
<!-- Old theme -->
@ -361,7 +364,6 @@
<% } %>
<!-- End Old theme -->
<% } %>
</body>
</body>
</html>
<% } %>