tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

maybe this will look nicer

+1 -1
+1 -1
tmpl/partial/buttonpart.html
··· 1 1 {{define "buttonpart"}} 2 2 <a href="{{.HREF}}"> 3 - <img src="/xrpc/store.88x31.getButton?uri={{.URI}}" alt="{{.Alt}}" title="{{.Title}}" style="display: block"/> 3 + <img src="/xrpc/store.88x31.getButton?uri={{.URI}}" alt="{{.Alt}}" {{if .Title}} title="{{.Title}}"{{end}} style="display: block"/> 4 4 </a> 5 5 {{end}}