blob: 3052456b84744ce0df42a04f050e04a7a62bf622 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<article class="bt bb b--black-10">
<a href='{{ .Permalink }}' class="db pv4 ph3 black no-underline dim">
<header>
<h1 class="f3">
{{ .Title }}
</h1>
<div class="gray">{{ .Date.Format "Mon, Jan 2, 2006" }} - {{ .FuzzyWordCount }} Words </div>
</header>
<p class="f5 lh-copy">
{{ .Summary }}
</p>
<footer>
<nobr>Read more →</nobr>
</footer>
</a>
</article>
|