tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
diyng
moth11.net
1 month ago
76bdd0c7
9332193a
+1
-1
1 changed file
expand all
collapse all
unified
split
handler
handler.go
+1
-1
handler/handler.go
···
37
37
var logoutT = template.Must(template.ParseFiles("./tmpl/base.html", "./tmpl/logout.html"))
38
38
var uploadT = template.Must(template.ParseFiles("./tmpl/base.html", "./tmpl/upload.html"))
39
39
var referenceT = template.Must(template.ParseFiles("./tmpl/base.html", "./tmpl/reference.html"))
40
40
-
var lbreferenceT = template.Must(template.ParseFiles("./tmpl/base.html", "./tmpl/lbreference.html", "/tmpl/partial/apidoc.html", "./tmpl/partial/iframe.html"))
40
40
+
var lbreferenceT = template.Must(template.ParseFiles("./tmpl/base.html", "./tmpl/lbreference.html", "./tmpl/partial/apidoc.html", "./tmpl/partial/iframe.html"))
41
41
var embedT = template.Must(template.ParseFiles("./tmpl/partial/embedbuttonpart.html", "./tmpl/embedbase.html", "./tmpl/embedcollection.html"))
42
42
43
43
func MakeHandler(db *db.Store, oauth *myoauth.Service) *Handler {