tiny 88x31 lexicon for atproto
0
fork

Configure Feed

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

details summary

+4 -1
+4 -1
tmpl/partial/apidoc.html
··· 1 1 {{define "apidoc"}} 2 + <details> 3 + <summary> 2 4 <h3> 3 5 {{.Fragment}} 4 6 </h3> 7 + </summary> 5 8 <h4> 6 9 accepts 7 10 </h4> ··· 15 18 {{.Notes}} 16 19 </p> 17 20 {{template "iframe" .}} 18 - <hr> 21 + </details> 19 22 {{end}}