small pixel drawing of a pufferfish vore

nothing
Jes Olson j3s@c3f.net
Sat, 13 May 2023 23:07:02 -0700
commit

bdf54fe8d55b063bf0ab7accc1ef8c34525bbf9e

parent

a4164d8ff7d0972b61a900bf023e6a3a31962bd6

2 files changed, 3 insertions(+), 2 deletions(-)

jump to
M main.gomain.go

@@ -8,7 +8,8 @@

func main() { s := New() mux := http.NewServeMux() - // handles /, /<username>, and 404 + + // rootHandler handles /, /<username>, and 404 mux.HandleFunc("/", s.rootHandler) mux.HandleFunc("/feeds", s.feedsHandler) mux.HandleFunc("/feeds/submit", s.feedsSubmitHandler)
M site.gosite.go

@@ -381,7 +381,7 @@ func (s *Site) randomCutePhrase() string {

phrases := []string{ "nom nom posts (๑ᵔ⤙ᵔ๑)", "^(;,;)^ vawr", - "( -_•)╦̵̵̿╤─ - - -- - vore", + "( -_•)╦̵̵̿╤─ - - - vore", "devouring feeds since 2023", "tfw new rss post (⊙ _ ⊙ )", "( ˘͈ ᵕ ˘͈♡) <3",