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

9 行
245 B

  1. <div class="list-item list-{{ .Type }}">
  2. <!-- {{ partial ( print .Type ".html" ) . }} -->
  3. {{ partial .Type . }}
  4. <div class="listmeta">
  5. <!-- <a href="{{ .Permalink | relURL }}">#</a> -->
  6. {{ partial "tags.html" . }}
  7. </div>
  8. </div>