diff options
Diffstat (limited to 'adenosine-pds/templates/at_repo.html')
-rw-r--r-- | adenosine-pds/templates/at_repo.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adenosine-pds/templates/at_repo.html b/adenosine-pds/templates/at_repo.html index cc45930..7da5007 100644 --- a/adenosine-pds/templates/at_repo.html +++ b/adenosine-pds/templates/at_repo.html @@ -11,6 +11,9 @@ {% endfor %} </ul> +<h4>export</h4> +<a href="/xrpc/com.atproto.sync.getRepo?did={{ did }}" download="{{ did }}.car" class="pink">[repo.car]</a> + <h4>describe</h4> <pre><code>{{ describe|json }}</code></pre> |