git ssb

0+

gb / gwenbell.com



Commit bbf61587f52edfa5763a748e96a3e564068931f0

update pin

Gwen committed on 9/16/2016, 10:20:42 PM
Parent: 4382153b94a2338bd687960023b27192d8647a25

Files changed

layouts/index.jadechanged
layouts/index.jadeView
@@ -3,11 +3,16 @@
33 block content
44
55 a(href="/"): h1= title
66 h2 Hi & welcome. This site reflects a living, breathing application built on a <a href="/dt-interview">distributed database called scuttlebot</a>. You might think of what you see on this site as a healthy response to what I view as unhealthy centralized social networking:
7-
87 div(class='message')
8 + p.small.ri pinned
99 img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar')
10 + p <a href='/' target='_parent'>@#{name}</a>
11 + != markdown(pinned.value.content.text)
12 + span.date #{moment(pinned.value.timestamp).fromNow()}
13 + div(class='message')
14 + img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar')
1015 p <a href='/' target='_parent'>@#{name}</a>
1116 != markdown(post.value.content.text)
1217 span.date #{moment(post.value.timestamp).fromNow()}
1318 div(class='message')

Built with git-ssb-web