Update template.ejs

This commit is contained in:
bihlink 2022-07-15 17:37:04 +02:00 committed by GitHub
parent 86980b0f1b
commit 7605b8919b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<link rel="stylesheet" href="/auto.css"></link>
<% } else if (opts.theme && opts.theme.toLowerCase() == 'dark'){ %>
<link rel="stylesheet" href="/dark.css"></link>
<% } else if (opts.theme && opts.theme.toLowerCase() == 'modern-light-min') { %>
<link rel="stylesheet" href="/modern-light-min.css"></link>
<% } else { %>
<link rel="stylesheet" href="/modern-light.css"></link>
<% } %>