about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-01-11 22:23:57 +0100
committerAlan Pearce2020-01-11 22:23:57 +0100
commit8e93db7f9e380ae6ef2f9b4c54fda4cb6bd1b305 (patch)
tree2f2983b25adf231d93ab64aee8f5f7d01156db18
parent1dd71f167b3df003d78087bbe7077fde650a982d (diff)
downloadwebsite-8e93db7f9e380ae6ef2f9b4c54fda4cb6bd1b305.tar.lz
website-8e93db7f9e380ae6ef2f9b4c54fda4cb6bd1b305.tar.zst
website-8e93db7f9e380ae6ef2f9b4c54fda4cb6bd1b305.zip
Add microformats property to GnuPG key link
-rw-r--r--layouts/index.html2
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>