git ssb

3+

gb / docs



Commit 9e7b9474cca07c0d015101049bbd48224ba91d8c

delete dates

Gwen committed on 10/25/2016, 7:48:18 PM
Parent: a2c6ea75610f3779f38ef534d7882520ada92116

Files changed

layouts/post.jadechanged
layouts/post.jadeView
@@ -1,11 +1,8 @@
11 extends layout
22
33 block content
44 h3: a(href='')= title
5- if date
6- span -
7- span(style='color: #666;')= moment(date).format('MMMM Do YYYY')
85 div!= contents
96
107 if previous
118 p(style='text-align: right; float: right;'): a(href="../#{previous.path}/") #{previous.title + ' →'}

Built with git-ssb-web