Hugo theme.
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.

6 lines
194 B

  1. <div class="list-item list-{{ .Type }}">
  2. <h2><a href="{{ .Permalink | relURL }}">{{ .Title }}</a></h2>
  3. {{ .Description }}
  4. <p class=list-date>{{ .Date.Format "2 January 2006" }}</p>
  5. </div>