2019-11-19 04:39:28 +00:00
|
|
|
<article class="post">
|
|
|
|
<header>
|
|
|
|
<h2><a href='{{ .Permalink }}'>{{ .Title }}</a> </h2>
|
|
|
|
<div class="post-meta">{{ .Date.Format "Mon, Jan 2, 2006" }} - {{ .FuzzyWordCount }} Words </div>
|
|
|
|
</header>
|
|
|
|
{{ .Summary }}
|
2019-11-20 00:19:30 +00:00
|
|
|
{{ if .Truncated }}
|
2019-11-19 04:39:28 +00:00
|
|
|
<footer>
|
|
|
|
<a href='{{ .Permalink }}'>
|
|
|
|
<span style="white-space: nowrap;">Read more →</span>
|
|
|
|
</a>
|
|
|
|
</footer>
|
2019-11-20 00:19:30 +00:00
|
|
|
{{ end }}
|
|
|
|
</article>
|