Update header & default layout.
This commit is contained in:
parent
6a3fc1c517
commit
012c60c2c7
2 changed files with 4 additions and 3 deletions
|
@ -42,6 +42,3 @@
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
<header>
|
|
||||||
<h1><a href="{{ linkhome }}">{{ site.name }}</a></h1>
|
|
||||||
</header>
|
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
{% include header.html %}
|
{% include header.html %}
|
||||||
|
|
||||||
|
<header>
|
||||||
|
<h1><a href="{{ linkhome }}">{{ site.name }}</a></h1>
|
||||||
|
</header>
|
||||||
{% assign post = page %}
|
{% assign post = page %}
|
||||||
{% include post.html %}
|
{% include post.html %}
|
||||||
{% include footer.html %}
|
{% include footer.html %}
|
||||||
|
|
Loading…
Reference in a new issue