tangled
alpha
login
or
join now
microcosm.blue
/
microcosm-rs
65
fork
atom
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
65
fork
atom
overview
issues
8
pulls
2
pipelines
Fix Git whitespace error in "hello" template
seoul.systems
1 month ago
7faaa631
410a3830
+5
-5
1 changed file
expand all
collapse all
unified
split
constellation
templates
get-backlinks-count.html.j2
+5
-5
constellation/templates/get-backlinks-count.html.j2
···
22
22
23
23
<ul>
24
24
<li>
25
25
-
See direct backlinks at <code>/xrpc/blue.microcosm.links.getBacklinks</code>:
26
26
-
<a href="/xrpc/blue.microcosm.links.getBacklinks?subject={{ query.subject|urlencode }}&source={{ query.source|urlencode }}">
27
27
-
/xrpc/blue.microcosm.links.getBacklinks?subject={{ query.subject }}&source={{ query.source }}
28
28
-
</a>
29
29
-
</li>
25
25
+
See direct backlinks at <code>/xrpc/blue.microcosm.links.getBacklinks</code>:
26
26
+
<a href="/xrpc/blue.microcosm.links.getBacklinks?subject={{ query.subject|urlencode }}&source={{ query.source|urlencode }}">
27
27
+
/xrpc/blue.microcosm.links.getBacklinks?subject={{ query.subject }}&source={{ query.source }}
28
28
+
</a>
29
29
+
</li>
30
30
<li>See all links to this target at <code>/links/all</code>: <a href="/links/all?target={{ query.subject|urlencode }}">/links/all?target={{ query.subject }}</a></li>
31
31
</ul>
32
32