nimib icon indicating copy to clipboard operation
nimib copied to clipboard

add convenience template to add a script to head section

Open pietroppeter opened this issue 2 years ago • 0 comments
trafficstars

I always forget how to to do it, this works:

template nbUseJs(url: string) =
  nb.partials["head"] &= '\n' & "<script src=\"" & url & "\"></script>"

pietroppeter avatar Jan 26 '23 21:01 pietroppeter