diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index c555aa9..2478aa6 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -32,7 +32,7 @@ </section> <footer> {{- with .Site.Params.GPG }} - GPG Key: <a href="{{ .url }}" rel="pgpkey">{{ .fingerprint }}</a> + GPG Key: <a href="{{ .url }}" rel="u-key pgpkey">{{ .fingerprint }}</a> {{- end }} </footer> </main> |