view template/linklist.jade.mustache @ 40:94181d521d6d

prometheus, longer page title timeout, dead code, etc
author drewp@bigasterisk.com
date Sat, 19 Nov 2022 17:07:10 -0800
parents ab9a6132529a
children
line wrap: on
line source

{{#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="{{toRoot}}/tag/{{word}}", title="add/remove this tag from the current filter") {{word}}
    | 
    {{/tagWords}}
  .hrefShown
    a(href="{{href}}") {{href}}
  .modified
    | Modified: {{t}}
  {{#showPrivateData}}
  .shareWith
    | Share with:
    {{#shareWith}}
    span.person
      | {{label}}
    {{/shareWith}}
  {{/showPrivateData}}
  {{#allowEdit}}
  .edit
      a(href="{{toRoot}}/{{editLink}}") Edit
  {{/allowEdit}}
    
{{/links}}