page-summary.html 368 B

12345678910111213
  1. <li>
  2. <h2 class="title">
  3. <a href="{{ .Permalink }}" itemprop="headline">{{ .Title }}</a>
  4. </h2>
  5. <time datetime="{{ dateFormat "2006-01-02T15:04:05-07:00" (default .Date (.PublishDate)) }}">
  6. {{ dateFormat "2 Jan, 2006" (default .Date (.PublishDate)) }}
  7. </time>
  8. <hr>
  9. {{ if .Description }}
  10. <p itemprop="about">{{ .Description }}</p>
  11. {{ end }}
  12. </li>