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 497B

7 anni fa
7 anni fa
12345678910111213141516171819
  1. <div class="relative w-100 w-30-l mb4 bg-white nested-copy-line-height">
  2. <div class="bg-white mb3 pa4 gray overflow-hidden">
  3. {{ if .Date }}
  4. <date class="f6">
  5. {{ .Date.Format "January 2, 2006" }}
  6. </date>
  7. {{ end }}
  8. <h1 class="f3 near-black">
  9. <a href="{{ .URL }}" class="link black dim">
  10. {{ .Title }}
  11. </a>
  12. </h1>
  13. <div class="nested-links f5 nested-copy-line-height">
  14. <p>
  15. {{ .Summary }}
  16. </p>
  17. </div>
  18. </div>
  19. </div>