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:
parent
547c50c67e
commit
38db27fc25
1 changed files with 1 additions and 1 deletions
2
dist/templates/found.html.hbs
vendored
2
dist/templates/found.html.hbs
vendored
|
@ -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}}
|
||||
|
|
Loading…
Reference in a new issue