2021-12-23 21:01:14 +01:00
|
|
|
<div class="mb3 pa4 {{ $.Param "text_color" | default "mid-gray" }} overflow-hidden">
|
2017-04-11 03:27:13 +02:00
|
|
|
{{ if .Date }}
|
2017-04-19 02:16:27 +02:00
|
|
|
<div class="f6">
|
2022-04-21 19:15:53 +02:00
|
|
|
{{ .Date | time.Format (default "January 2, 2006" .Site.Params.date_format) }}
|
2017-04-19 02:16:27 +02:00
|
|
|
</div>
|
2017-04-11 03:27:13 +02:00
|
|
|
{{ end }}
|
|
|
|
<h1 class="f3 near-black">
|
2021-07-14 15:29:08 +02:00
|
|
|
<a href="{{ .RelPermalink }}" class="link black dim">
|
2017-04-11 03:27:13 +02:00
|
|
|
{{ .Title }}
|
|
|
|
</a>
|
|
|
|
</h1>
|
2017-04-18 01:02:51 +02:00
|
|
|
<div class="nested-links f5 lh-copy nested-copy-line-height">
|
|
|
|
{{ .Summary }}
|
2017-04-11 03:27:13 +02:00
|
|
|
</div>
|
2023-11-21 21:08:47 +01:00
|
|
|
<a href="{{.RelPermalink}}" class="ba b--moon-gray bg-light-gray br2 color-inherit dib f7 hover-bg-moon-gray link mt2 ph2 pv1">{{ $.Param "read_more_copy" | default (i18n "readMore") }}</a>
|
2017-04-11 03:27:13 +02:00
|
|
|
</div>
|