Commit 1dbdee04ad9860080ac7f7f6ab49db38fb205bc3
clean up template
Ev Bogue committed on 10/22/2016, 1:55:34 AMParent: e2f23805232f4139807f8c16ac51aaad6ffe7087
Files changed
layouts/post.jade | changed |
layouts/post.jade | ||
---|---|---|
@@ -1,10 +1,8 @@ | ||
1 | 1 … | extends layout |
2 | 2 … | |
3 | 3 … | block content |
4 | - a(href='/#{ era || site.photo}'): img(src='/#{era || site.photo}', class='profile', style='float: left; margin-right: .8em; width: 85px;') | |
5 | 4 … | h3: a(href='')= title |
6 | - p: strong By <a href='../ev/'>#{site.author}</a> | |
7 | 5 … | if date |
8 | 6 … | span - |
9 | 7 … | span(style='color: #666;')= moment(date).format('MMMM Do YYYY') |
10 | 8 … | div!= contents |
Built with git-ssb-web