all repos — homestead @ e6376fbc95ca0d399838115a15eb80ea5f289b37

Code for my website

Add microformats property to GnuPG key link

Alan Pearce
commit

e6376fbc95ca0d399838115a15eb80ea5f289b37

parent

1df59b19300179958181ce2b21fe4903a4ab91e1

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M layouts/index.htmllayouts/index.html
@@ -32,7 +32,7 @@ </ul>
</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>