commit d2705017343513afcc68ab5ab857a06d1ac95c24
Author: Arlo Breault <[email protected]>
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)
                }

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to