1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00

Make URI clickable in search results.

This commit is contained in:
Justus Winter 2019-02-26 12:59:51 +01:00 committed by Justus Winter
parent 547c50c67e
commit 38db27fc25
No known key found for this signature in database
GPG key ID: 686F55B4AB2B3386

View file

@ -5,6 +5,6 @@
</p>
<p>You can get it with GnuPG using the following snippet:</p>
<pre><code>gpg --fetch-keys https://{{ domain }}/by-fingerprint/{{ fpr }}</code></pre>
<pre><code>gpg --fetch-keys <a href="https://{{ domain }}/by-fingerprint/{{ fpr }}">https://{{ domain }}/by-fingerprint/{{ fpr }}</a></code></pre>
</div>
{{/layout}}