17 lines
286 B
HTML
17 lines
286 B
HTML
<article class="post-preview">
|
|
|
|
<header>
|
|
<h2 class="title"> <a href="{{ .Permalink }}"> {{ .Title }}</a> </h2>
|
|
</header>
|
|
|
|
<div class="summary">
|
|
{{ .Summary }}
|
|
</div>
|
|
|
|
<div class="rmore">
|
|
<a href="{{ .Permalink }}" class="rmore">Read more</a>
|
|
</div>
|
|
|
|
|
|
</article>
|