remove bloat css change of them toggle
This commit is contained in:
@@ -92,10 +92,12 @@ func main() {
|
||||
|
||||
w.Header().Set("Content-Type", "text/html")
|
||||
|
||||
//<span ">samantha42.xyz</span>
|
||||
|
||||
if config.Job == "" || config.Job == "none" {
|
||||
fmt.Fprint(w, `<span><span class="dot dot--available"></span>available for work</span>`)
|
||||
fmt.Fprint(w, `<span class="available" ><span class="dot dot--available"></span>available for work</span>`)
|
||||
} else {
|
||||
fmt.Fprintf(w, `<span><span class="dot dot--busy"></span>working at: <b>%s</b></span>`, config.Job)
|
||||
fmt.Fprintf(w, `<span class="busy" ><span class="dot dot--busy"></span>working at: <b>%s</b></span>`, config.Job)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user