tiny 88x31 lexicon for atproto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

this should be like that but that's not the bug

+1 -1
+1 -1
handler/handler.go
··· 247 247 hoverrotate := q.Get("hover-rotate") 248 248 hrot, err := strconv.ParseFloat(hoverrotate, 64) 249 249 var throt *float64 250 - if err != nil { 250 + if err == nil { 251 251 throt = &hrot 252 252 } 253 253 mr := q.Get("margin-right")