view template/index.jade.mustache @ 18:7ef5365591fd

up-link on the user pages Ignore-this: e6f3cd7030eb6ea732de4261a6b9136c
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 17 Mar 2013 00:49:17 -0700
parents c26da994a43a
children c23acc88324b
line wrap: on
line source

doctype html
html
  head
    title href
    {{> head.jade}}
  body
    | {{{loginBar}}}
    
    h2 Users

    {{#users}}
    p
      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
      li
        a(href='http://semanticscuttle.sourceforge.net/') SemanticScuttle
      li
        a(href='http://www.zotero.org/') Zotero
        
    p {{stats}}
    
    {{> tail.jade}}