Fix providing the public key

This commit is contained in:
Michael Vogel 2020-06-12 21:51:42 +02:00
commit cf384da4b7
5 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@
</dl>
{{/if}}
{{if $profile.pubkey}}<div class="key" style="display:none;">{{$profile.pubkey}}</div>{{/if}}
{{if $profile.upubkey}}<div class="key" style="display:none;">{{$profile.upubkey}}</div>{{/if}}
{{if $homepage}}
<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt>