
3 Oct
2013
3 Oct
'13
2:04 a.m.
commit d2705017343513afcc68ab5ab857a06d1ac95c24 Author: Arlo Breault <arlolra@gmail.com> Date: Wed Oct 2 19:03:46 2013 -0700 Parse TorButton template. --- utils.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils.go b/utils.go index edeed20..46e00b2 100644 --- a/utils.go +++ b/utils.go @@ -54,7 +54,10 @@ func CompileTemplate(domain *gettext.Domain, templateName string) *template.Temp if Layout == nil { Layout = template.New("") Layout = Layout.Funcs(FuncMap(domain)) - Layout, err = Layout.ParseFiles("public/base.html") + Layout, err = Layout.ParseFiles( + "public/base.html", + "public/torbutton.html", + ) if err != nil { log.Fatal(err) }
4244
Age (days ago)
4244
Last active (days ago)
0 comments
1 participants
participants (1)
-
arlo@torproject.org