Files
wona.github.com/_includes/home_header.html
Asutosh Palai b9e5d057d0 jumbotron done
2016-06-18 14:00:36 +05:30

10 lines
346 B
HTML

{% 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>