blob: 178f7a5366e383a60076d0bcc42d953d5711a97e (
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 black-90">
{{ .Title }}
</h1>
<div class="gray">{{ .Date.Format "Mon, Jan 2, 2006" }} - {{ .FuzzyWordCount }} Words </div>
</header>
<p class="f5 lh-copy black-80">
{{ .Summary }}
</p>
<footer>
<nobr>Read more →</nobr>
</footer>
</a>
</article>
|