Split the page-header and site-header into seperate sections
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
<%- include('../partials/head'); %>
|
||||
</head>
|
||||
<body>
|
||||
<header id="header">
|
||||
<header id="site-header">
|
||||
<%- include("../headers/site_wide") %>
|
||||
</header>
|
||||
<header id='page-header'>
|
||||
<%- include('../headers/user'); %>
|
||||
</header>
|
||||
<div id="posts">
|
||||
|
||||
Reference in New Issue
Block a user