Update header & default layout.

This commit is contained in:
Glenn Y. Rolland 2012-07-30 21:49:25 +02:00
parent 6a3fc1c517
commit 012c60c2c7
2 changed files with 4 additions and 3 deletions

View file

@ -42,6 +42,3 @@
<div class="container">
<header>
<h1><a href="{{ linkhome }}">{{ site.name }}</a></h1>
</header>

View file

@ -1,4 +1,8 @@
{% include header.html %}
<header>
<h1><a href="{{ linkhome }}">{{ site.name }}</a></h1>
</header>
{% assign post = page %}
{% include post.html %}
{% include footer.html %}