git ssb

3+

gb / docs



Commit 1dbdee04ad9860080ac7f7f6ab49db38fb205bc3

clean up template

Ev Bogue committed on 10/22/2016, 1:55:34 AM
Parent: e2f23805232f4139807f8c16ac51aaad6ffe7087

Files changed

layouts/post.jadechanged
layouts/post.jadeView
@@ -1,10 +1,8 @@
11 extends layout
22
33 block content
4- a(href='/#{ era || site.photo}'): img(src='/#{era || site.photo}', class='profile', style='float: left; margin-right: .8em; width: 85px;')
54 h3: a(href='')= title
6- p: strong By <a href='../ev/'>#{site.author}</a>
75 if date
86 span -
97 span(style='color: #666;')= moment(date).format('MMMM Do YYYY')
108 div!= contents

Built with git-ssb-web