Files
hugo-bootswatch-slate/layouts/_default/summary.html
2018-02-18 12:39:26 +02:00

17 lines
339 B
HTML

<article>
<header>
<h2>
<a href="{{ .Permalink }}">{{ .Title }}</a>
</h2>
{{ partial "post-meta.html" . }}
</header>
<p>
{{ .Summary }}
</p>
{{ if .Truncated }}
<footer>
<a href="{{ .RelPermalink }}">Read more<i class="fa fa-angle-double-right fa-fw"></i></a>
</footer>
{{ end }}
</article>