0
0
Fork 0
zblog/themes/zero/layouts/post/summary.html

12 lines
371 B
HTML

<article class="entry short">
<header>
<h1><a href="{{.Permalink }}">{{ .Title }}</a></h1>
</header>
<aside>
{{ if .Truncated }}<a class="more" href="{{ .Permalink }}">read more</a>{{ end }}
</aside>
<section class="summary">
{{ .Summary }}
</section>
</div>