Commit bbf61587f52edfa5763a748e96a3e564068931f0
update pin
Gwen committed on 9/16/2016, 10:20:42 PMParent: 4382153b94a2338bd687960023b27192d8647a25
Files changed
layouts/index.jade | changed |
layouts/index.jade | |||
---|---|---|---|
@@ -3,11 +3,16 @@ | |||
3 | 3 … | block content | |
4 | 4 … | ||
5 | 5 … | a(href="/"): h1= title | |
6 | 6 … | 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 | - | ||
8 | 7 … | div(class='message') | |
8 … | + p.small.ri pinned | ||
9 | 9 … | 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') | ||
10 | 15 … | p <a href='/' target='_parent'>@#{name}</a> | |
11 | 16 … | != markdown(post.value.content.text) | |
12 | 17 … | span.date #{moment(post.value.timestamp).fromNow()} | |
13 | 18 … | div(class='message') |
Built with git-ssb-web