2020-07-07 08:58:39 +00:00
|
|
|
{{/*used in the mosaic layout */}}
|
2020-07-05 19:29:18 +00:00
|
|
|
<div class="mb3 pa4 mid-gray overflow-hidden">
|
|
|
|
{{ if .Date }}
|
|
|
|
<div class="f6">
|
2020-07-07 08:58:39 +00:00
|
|
|
{{/* {{ .Date.Format "January 2, 2006" }} */}}
|
2020-07-05 19:29:18 +00:00
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|
|
<h1 class="f3 near-black">
|
|
|
|
<a href="{{ .Permalink }}" class="link black dim">
|
|
|
|
{{ .Title }}
|
|
|
|
</a>
|
|
|
|
</h1>
|
|
|
|
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
2020-07-07 08:58:39 +00:00
|
|
|
{{ .Description }}
|
2020-07-05 19:29:18 +00:00
|
|
|
</div>
|
|
|
|
</div>
|