:-  %snoc  :_  [%view /gen/new-tabs]
:-  %manx
=;  a=manx
  ;div.prose.page
    ;*  c.a
  ==
;>

;header.tr
  [back](../)
==

# misc links

aka required reading
  
---

;div.p3.fc.g2
  ;*
  %+  turn
    %+  sort  ~(tap by dir.the-file)
    |=  [a=[term =file] b=[term =file]]
    =/  aa  ~(. fu file.a)
    =/  bb  ~(. fu file.b)
    (gth q:(rib:(m:aa /) /date) q:(rib:(m:bb /) /date))
  |=  [seg=term kid=file]
  =/  public=flag  .=  `f/%.y  (reb:(m:f /[seg]) /peek/public)
  =/  cls
    ;:  welp
      "p2 b0 hover fc br2 "
      ?:(public "" "need-admin o5")
    ==
  ;div.fc
    ;a
      =class  cls
      =href  (trip seg)
      =style  "text-decoration: none;"
      ;span.f0: {(pub:(m:f seg^~) /title tas+seg)}
      ;div.ml1
        ;span.f3: {(pub:(m:f seg^~) /subtitle t+'')} 
        ;span.f4: {(pub:(m:f seg^~) /date t+'')}
      ==
    ==
  ==
==