Update template.ejs

This commit is contained in:
bihlink 2022-06-20 23:05:07 +02:00 committed by GitHub
parent 29da017379
commit 8a180da77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<head>
<meta charset="UTF-8"></meta>
<style type="text/css"></style>
<base target="_blank" /><!-- this element is amazing-->
<base target="_top" /><!-- this element is amazing-->
<% if (opts.theme && opts.theme.toLowerCase() == 'light'){ %>
<link rel="stylesheet" href="/light.css"></link>