Fixed header for home page

This commit is contained in:
Asutosh Palai
2016-06-19 19:26:53 +05:30
parent 2720d869d9
commit 9a68179bca
7 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,5 @@
---
layout: layout
no_header: true
---
{% include cat_header.html %}

View File

@ -6,10 +6,6 @@
<body>
{% include navbar.html %}
{% if page.no_header %}
{% include header.html %}
{% endif %}
{{ content }}

View File

@ -1,6 +1,8 @@
---
layout: layout
---
{% include header.html %}
<section class="post container">
<section class="byline">
{{ page.date | date: "%B %e, %Y" }}