mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
10 lines
346 B
HTML
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>
|