diff options
Diffstat (limited to 'adenosine-pds/templates/account.html')
| -rw-r--r-- | adenosine-pds/templates/account.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/adenosine-pds/templates/account.html b/adenosine-pds/templates/account.html index 7b1d426..b19621d 100644 --- a/adenosine-pds/templates/account.html +++ b/adenosine-pds/templates/account.html @@ -16,6 +16,9 @@    <p>{{ profile.description.as_ref().unwrap() }}  {% endif %} +<div style="float: right;"> +  <a href="/xrpc/com.atproto.sync.getRepo?did={{ profile.did }}" download="{{ profile.did }}.car" class="pink">[repo.car]</a> +</div>  <p class="counts">    [<a href="#">{{ profile.followersCount}} followers</a> /     <a href="#">{{ profile.followsCount }} follows</a>] | 
