diff options
| author | tjpcc <tjp@ctrl-c.club> | 2023-10-10 17:02:49 -0600 |
|---|---|---|
| committer | tjpcc <tjp@ctrl-c.club> | 2023-10-10 18:13:59 -0600 |
| commit | f5478f396d6a15f29dee3915132af99e84716f4a (patch) | |
| tree | dff518257813e2071f6e58875ace0e65b7f00779 /types.go | |
| parent | 365b6bd5319cde40b5cf34b73d01e0fe5755d92e (diff) | |
support showyourwork template override directories on git directives
fixes #5
Diffstat (limited to 'types.go')
| -rw-r--r-- | types.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |
