diff options
Diffstat (limited to 'templates/header.ejs')
-rw-r--r-- | templates/header.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.ejs b/templates/header.ejs index 2a2b565..94d64e4 100644 --- a/templates/header.ejs +++ b/templates/header.ejs @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><%- name %> | <%- config.site_name %></title> <link rel="stylesheet" href="<%- config.imports.css.join('"><link rel="stylesheet" href="') %>"> - <script src="<%- config.imports.css.join('</script><script src="') %>"></script> + <script src="<%- config.imports.js.join('</script><script src="') %>"></script> </head> <body class="<%- config.classes.body.join(" ") %>"> <!-- TODO: put your navigation, header, etc... here --> |