falkon.sgorava.xyz/layouts/_default/summary.html

17 lines
286 B
HTML
Raw Normal View History

<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>