-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.html
32 lines (25 loc) · 1.07 KB
/
page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<div class="hero-body ct-body"></div>
</section>
<section class="ct-body">
<div class="container">
<div class="columns is-variable bd-klmn-columns is-4 is-centered">
<div class="column is-four-fifths">
<div class="post-body single-content">
<div class="card-image">
<figure class="random-img">
</figure>
</div>
<h1 class="title">
{{ post.title }}
</h1>
{% if post.ext_excerpt.length %}
<p style="display: block;" class="subtitle">{{ post.ext_excerpt }}</p>
{% /if %}
</div>
<article class="markdown-body single-content">
{{ post.content }}
</article>
</div>
</div><!-- end columns -->
</div><!-- end container -->
</section>