A tumblelog theme for Hugo
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.

9 lines
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>