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

16 lines
600 B
HTML

<article class="entry short">
<header>
<h1><a href="{{.Permalink }}">{{ .Title }}</a></h1>
</header>
<nav>
{{ if .Truncated }}<a class="more" href="{{ .Permalink }}">read more</a>{{ end }}
</nav>
<aside>
<a class="author" href="{{ .Site.BaseURL }}/author/{{ lower .Params.author }}">{{ .Params.author }}</a>
<span class="date">{{ dateFormat "2006-01-02 15:04" .Date }}</span>
</aside>
<section class="summary">
{{ .Summary }}
</section>
</div>