2019-12-07 18:51:12 +00:00
|
|
|
<article class="h-entry">
|
2019-11-19 04:39:28 +00:00
|
|
|
<header>
|
2019-12-07 18:51:12 +00:00
|
|
|
<h2 class="p-name u-url"><a href='{{ .Permalink }}'>{{ .Title }}</a> </h2>
|
|
|
|
<p>
|
2019-12-31 03:11:21 +00:00
|
|
|
Published on
|
2019-12-07 18:51:12 +00:00
|
|
|
<time class="dt-published" datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
|
|
|
– {{ .FuzzyWordCount }} Words
|
|
|
|
</p>
|
2019-11-19 04:39:28 +00:00
|
|
|
</header>
|
2019-12-07 18:51:12 +00:00
|
|
|
<section class="p-summary">
|
2019-11-21 04:38:53 +00:00
|
|
|
{{ .Summary }}
|
|
|
|
</section>
|
2019-12-31 22:42:27 +00:00
|
|
|
{{- if or .Truncated (gt .FuzzyWordCount 100) }}
|
2019-11-19 04:39:28 +00:00
|
|
|
<footer>
|
|
|
|
<a href='{{ .Permalink }}'>
|
|
|
|
<span style="white-space: nowrap;">Read more →</span>
|
|
|
|
</a>
|
|
|
|
</footer>
|
2019-11-21 04:38:53 +00:00
|
|
|
{{- end }}
|
|
|
|
</article>
|