aboutsummaryrefslogtreecommitdiff
path: root/template.go
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-07-15 21:28:23 +0000
committerFuwn <[email protected]>2021-07-15 21:28:23 +0000
commit1588d2eeb29d74e7a70f87d7f8db3bb13da12950 (patch)
tree9cb5f3b9fa2079fe6f23aa899cb514c76a8993a9 /template.go
parentfeat(skills): add go (diff)
downloadspace-1588d2eeb29d74e7a70f87d7f8db3bb13da12950.tar.xz
space-1588d2eeb29d74e7a70f87d7f8db3bb13da12950.zip
feat(templates): poc for a sysinfo footer item
Diffstat (limited to 'template.go')
-rw-r--r--template.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/template.go b/template.go
index 2e992d7..3d5687b 100644
--- a/template.go
+++ b/template.go
@@ -17,9 +17,10 @@ type Template struct {
}
type IndexTemplate struct {
- Content string
- Quote string
- Hits int
+ Content string
+ Quote string
+ Hits int
+ // SystemInfo string
Copyright string
}
type ErrorTemplate struct {