tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

whoops

+2 -2
+1 -1
tmpl/partial/buttonpart.html
··· 1 1 {{define "buttonpart"}} 2 - <a href="{{.HREF}}" data-uri="{{.URI}}"> 2 + <a href="{{.HREF}}"> 3 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}}
+1 -1
tmpl/partial/embedbuttonpart.html
··· 1 1 {{define "buttonpart"}} 2 - <a href="{{.HREF}}" target="_blank" rel="noopener noreferrer"> 2 + <a href="{{.HREF}}" target="_blank" rel="noopener noreferrer" data-uri="{{.URI}}"> 3 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}}