tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

i think this fixes template + beep

+2 -1
+1
handler/handler.go
··· 173 173 btnd.Button = *btn 174 174 err = buttonT.ExecuteTemplate(w, "base.html", btnd) 175 175 if err != nil { 176 + log.Println(err) 176 177 http.Error(w, "error templating", http.StatusInternalServerError) 177 178 } 178 179 }
+1 -1
tmpl/button.html
··· 1 1 {{define "content"}} 2 2 {{template "buttonpart" .Button}} 3 3 {{if .DID}} 4 - {{if .Liked}} 4 + {{if .Button.Liked}} 5 5 <form action="/like" method="POST"> 6 6 <input type="text" name="uri" value="{{.Button.URI}}" hidden /> 7 7 <input type="text" name="cid" value="{{.Button.CID}}" hidden />