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.

7 lines
282 B

10 years ago
  1. <ul id="post-list">
  2. {{ range .Paginator.Pages }}
  3. <li>
  4. <a href='{{ .Permalink }}'><aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a>
  5. <a href='{{ .Permalink }}'>{{ .Title }} <h2>{{ .Description }}</h2></a>
  6. </li>
  7. {{ end }}
  8. </ul>