diff template/head.jade.mustache @ 32:c23acc88324b

client-side loginbar
author drewp@bigasterisk.com
date Sat, 21 Aug 2021 14:24:09 -0700
parents a79279515c84
children
line wrap: on
line diff
--- a/template/head.jade.mustache	Sun Jul 12 13:35:41 2020 -0700
+++ b/template/head.jade.mustache	Sat Aug 21 14:24:09 2021 -0700
@@ -1,3 +1,4 @@
 meta(name="viewport", content="width=650")
 link(rel="stylesheet", href="{{toRoot}}/static/lib/select2/select2.css")
-link(rel="stylesheet", href="{{toRoot}}/static/style.css")
\ No newline at end of file
+link(rel="stylesheet", href="{{toRoot}}/static/style.css")
+script(type="module", src="https://bigasterisk.com/lib/bigast/v1/loginBar.js")
\ No newline at end of file