You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

summary.html 401B

123456789101112131415
  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>