summaryrefslogtreecommitdiff
path: root/templates/header.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header.ejs')
-rw-r--r--templates/header.ejs24
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/header.ejs b/templates/header.ejs
index 5aaaf44..c435efa 100644
--- a/templates/header.ejs
+++ b/templates/header.ejs
@@ -1,13 +1,13 @@
-<!DOCTYPE html>
-<html lang="en" class="<%- config.classes.html.join(" ") %>">
-<head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <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.js.join('"></script><script src="') %>"></script>
-</head>
-<body class="<%- config.classes.body.join(" ") %>">
- <!-- TODO: put your navigation, header, etc... here -->
+<!DOCTYPE html>
+<html lang="en" class="<%- config.classes.html.join(" ") %>">
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <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.js.join('"></script><script src="') %>"></script>
+</head>
+<body class="<%- config.classes.body.join(" ") %>">
+ <!-- TODO: put your navigation, header, etc... here -->
<main class="<%- config.classes.main.join(" ") %>"> \ No newline at end of file