Skip to content

Commit

Permalink
moving header down into content area
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMaroney committed Mar 16, 2012
1 parent 224dc2b commit 640cfb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion _includes/themes/the-minimum/default.html
Expand Up @@ -19,7 +19,6 @@
<div id="pg">
<header>
<div>
<h1>{{ page.title }}</h1>
<a href="/"><strong>The Network, Inc. :: DevLabs</strong></a>
<nav>
<ul>
Expand Down
1 change: 1 addition & 0 deletions _includes/themes/the-minimum/post.html
Expand Up @@ -3,6 +3,7 @@

<section class="content">
<div>
<h1>{{ page.title }}</h1>
{{ content }}
</div>

Expand Down

0 comments on commit 640cfb7

Please sign in to comment.