mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
11 lines
456 B
HTML
11 lines
456 B
HTML
{% assign cover_post = site.posts.first %}
|
|
<div id="home-header" class="container-fluid">
|
|
<div class="cover-image center-vertical"><img class="center-both img-center-fill" src="/images/posts/{{ cover_post.image }}" alt=""></div>
|
|
<div class="cover center-both 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>
|