tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

update

+2
+2
tmpl/home.html
··· 1 1 {{define "content"}} 2 + <div> 2 3 {{range .Buttons}} 3 4 <div style="display: inline-block; margin-right: 2px; margin-bottom: 2px"> 4 5 {{template "buttonpart" .}} ··· 9 10 {{else}} 10 11 no buttons yet, <a href="/upload">post the first!</a> 11 12 {{end}} 13 + </div> 12 14 <a href="/upload">upload a button!</a> 13 15 {{end}}