summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-10-10 17:02:49 -0600
committertjpcc <tjp@ctrl-c.club>2023-10-10 18:13:59 -0600
commitf5478f396d6a15f29dee3915132af99e84716f4a (patch)
treedff518257813e2071f6e58875ace0e65b7f00779 /types.go
parent365b6bd5319cde40b5cf34b73d01e0fe5755d92e (diff)
support showyourwork template override directories on git directives
fixes #5
Diffstat (limited to 'types.go')
-rw-r--r--types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/types.go b/types.go
index 3dd3935..9523d9c 100644
--- a/types.go
+++ b/types.go
@@ -5,6 +5,7 @@ import (
"crypto/tls"
"net"
"os/user"
+ "text/template"
"github.com/go-kit/log/level"
"tildegit.org/tjp/sliderule"
@@ -18,6 +19,7 @@ type Modifiers struct {
ExtendedGophermap bool
AutoAtom bool
Titan *Auth
+ Templates *template.Template
titanName string
}