Consolidate header_wp.html and header.html

Consolidate header_wp.html and header.html to a single header.html
file.
This commit is contained in:
halogenica 2017-03-19 16:50:32 -07:00
commit ee6246379b
5 changed files with 69 additions and 51 deletions

View file

@ -6,7 +6,7 @@
<body>
{{ partial "nav.html" . }}
{{ partial "header_wp.html" . }}
{{ partial "header.html" . }}
<div class="container" role="main">
<article class="post-preview">