Mercurial > code > home > repos > href
view template/links.jade.mustache @ 4:409da49c148d
partway though add
Ignore-this: 330d1f3393bb91ca56267d2138e3bb22
author | drewp@bigasterisk.com |
---|---|
date | Sun, 17 Feb 2013 21:12:53 -0800 |
parents | 80b11112c9e0 |
children | f8c4c7ce5f4a |
line wrap: on
line source
doctype html html head title {{desc}} {{> head.jade}} body h2 Showing {{desc}} p a(href="{{toRoot}}/addLink") Add link | Filter to: {{#pageTags}} a.tag(href="{{word}}") {{word}} | {{/pageTags}} input(type="text", id="filterTag") {{#links}} .link h3 span.favicon(style="background-image: url(//www.google.com/s2/favicons?domain={{domain}})") a(href="{{href}}") {{displayDescription}} {{#extended}} .notes | {{extended}} {{/extended}} .tags | Tags: {{#tagWords}} a.tag(href="{{word}}") {{word}} | {{/tagWords}} .hrefShown a(href="{{href}}") {{href}} .modified | Modified: {{t}} {{/links}} p {{stats}} {{> tail.jade}}