Hugo theme.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 行
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>