jumbotron done

This commit is contained in:
Asutosh Palai
2016-06-18 14:00:36 +05:30
parent cffb3828ef
commit b9e5d057d0
7 changed files with 173 additions and 154 deletions

View File

@ -0,0 +1,9 @@
{% assign cover_post = site.categories.cover.first %}
<div id="home-header" class="container-fluid">
<div class="cover text-center">
<h1 class="title">{{ cover_post.title }}</h1>
<!--<p>{{ cover_post.excerpt | markdownify }}</p>-->
</div>
<div class="left"></div>
<div class="right"></div>
</div>