changeset 6:ce779bdd2fb3

links to peers Ignore-this: 31f60d68f279b53eee2f38b1f570c6c9
author Drew Perttula <drewp@bigasterisk.com>
date Fri, 01 Mar 2013 01:24:05 -0800
parents f8c4c7ce5f4a
children 93d94f327e82
files template/index.jade.mustache
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/template/index.jade.mustache	Thu Feb 21 01:39:01 2013 -0800
+++ b/template/index.jade.mustache	Fri Mar 01 01:24:05 2013 -0800
@@ -5,6 +5,7 @@
     {{> head.jade}}
   body
     | {{{loginBar}}}
+    
     h2 Users
 
     {{#users}}
@@ -12,6 +13,18 @@
       a(href="{{user}}") {{user}}
     {{/users}}
 
+    p Compare with
+    ul
+      li
+        a(href='http://www.semanlink.net/sl/home') Semanlink
+      li
+        a(href='http://pinboard.in/') Pinboard
+      li
+        a(href='http://clickb.in/') clickbin
+      li
+        a(href='https://code.google.com/p/gnizr/') gnizer
+        
+    
     p {{stats}}
     
     {{> tail.jade}}