Browse Source

Tidy list item layout

master
Adrian Short 7 years ago
parent
commit
8f4d9cf3ae
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      layouts/_default/li.html

+ 1
- 3
layouts/_default/li.html View File

@@ -1,8 +1,6 @@
<div class="list-item list-{{ .Type }}">
<!-- {{ partial ( print .Type ".html" ) . }} -->
{{ partial .Type . }}
<div class="listmeta">
<!-- <a href="{{ .Permalink | relURL }}">#</a> -->
{{ partial "tags.html" . }}
{{ partial "tags" . }}
</div>
</div>

Loading…
Cancel
Save