all repos — honk @ aa9b124486a6d616faa530544bccf2d5f6439705

my fork of honk

need to filter empty
Ted Unangst tedu@tedunangst.com
Wed, 21 Feb 2024 16:25:43 -0500
commit

aa9b124486a6d616faa530544bccf2d5f6439705

parent

e331f2b379adef19b90624122f83c9b15af2245d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M fun.gofun.go

@@ -354,7 +354,7 @@ }

honk.Onts = append(honk.Onts, t) } honk.Onts = oneofakind(honk.Onts) - honk.Mentions = append(honk.Mentions, bunchofgrapes(strings.Split(honk.SeeAlso, " "))...) + honk.Mentions = append(honk.Mentions, bunchofgrapes(oneofakind(strings.Split(honk.SeeAlso, " ")))...) } func redoimages(honk *Honk) {