mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
jumbotron done
This commit is contained in:
9
_includes/home_header.html
Normal file
9
_includes/home_header.html
Normal 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>
|
||||
Reference in New Issue
Block a user