diff options
| author | Fuwn <[email protected]> | 2021-07-15 21:28:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-15 21:28:23 +0000 |
| commit | 1588d2eeb29d74e7a70f87d7f8db3bb13da12950 (patch) | |
| tree | 9cb5f3b9fa2079fe6f23aa899cb514c76a8993a9 /template.go | |
| parent | feat(skills): add go (diff) | |
| download | space-1588d2eeb29d74e7a70f87d7f8db3bb13da12950.tar.xz space-1588d2eeb29d74e7a70f87d7f8db3bb13da12950.zip | |
feat(templates): poc for a sysinfo footer item
Diffstat (limited to 'template.go')
| -rw-r--r-- | template.go | 7 |
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 { |