Site wide header (currently only used for a link to / but will add
index's for stuff later)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="<%=config.language%>
|
||||
<html lang="<%= config.language %>">
|
||||
<head>
|
||||
<%- include('head') %>
|
||||
</head>
|
||||
<body>
|
||||
<div id="header">
|
||||
<%- include("../headers/site_wide") %>
|
||||
</div>
|
||||
<%- message %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user