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

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