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

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