diff --git a/views/about.html b/views/about.html index 3ed58a0..3e6e6d2 100644 --- a/views/about.html +++ b/views/about.html @@ -2,10 +2,14 @@
{{ .AboutMsg }} -

version: {{ .HonkVersion }} -
memory: {{ printf "%.02f" .Sensors.Memory }}MB -
uptime: {{ printf "%.02f" .Sensors.Uptime }}s -
cputime: {{ printf "%.02f" .Sensors.CPU }}s -
+

+ + +
version:{{ .HonkVersion }} +
memory:{{ printf "%.02f" .Sensors.Memory }}MB +
uptime:{{ printf "%.02f" .Sensors.Uptime }}s +
cputime:{{ printf "%.02f" .Sensors.CPU }}s +
+