amberterm/layouts/_default/summary.html
2023-04-16 16:40:43 +02:00

10 lines
234 B
HTML

<article>
<h1><a href="{{ .Permalink }}">{{ .Title }}</a></h1>
<div>
<b><time>{{ .Date.Format (default "2006-01-02" .Site.Params.dateFmt) }}</time>:</b> {{ .Summary }}
{{ if .Truncated }}
[...]
{{ end }}
</div>
</article>