Update template.ejs
This commit is contained in:
parent
29da017379
commit
8a180da77c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue