gabrielgio.me @ eae93a0b670251624a88718ff81a3d1fc56f1a9b

 1  <div class="mb3 pa4 mid-gray overflow-hidden">
 2    {{ if .Date }}
 3      <div class="f6">
 4        {{ .Date.Format "January 2, 2006" }}
 5      </div>
 6    {{ end }}
 7    <h1 class="f3 near-black">
 8      <a href="{{ .Permalink }}" class="link black dim">
 9        {{ .Title }}
10      </a>
11    </h1>
12    <div class="nested-links f5 lh-copy nested-copy-line-height">
13      {{ .Summary  }}
14    </div>
15  </div>