This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
tumble
mirror of
https://github.com/adrianshort/tumble.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Tidy list item layout
master
Adrian Short
7 years ago
parent
6b5ac8fad9
commit
8f4d9cf3ae
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save