shorten fingerprint
This commit is contained in:
parent
c2b5f980d9
commit
69e9e80de8
|
@ -17,11 +17,12 @@ class Index extends Widget
|
||||||
|
|
||||||
div class: "email", ->
|
div class: "email", ->
|
||||||
text "xena@yolo-swag.com"
|
text "xena@yolo-swag.com"
|
||||||
|
br!
|
||||||
|
|
||||||
p ->
|
p ->
|
||||||
text "My GPG fingerprint is "
|
text "My GPG fingerprint is "
|
||||||
code ->
|
code ->
|
||||||
text "2E5C BE74 C16D ED81 6351 E7CE B58E EB12 46DF 6D21"
|
text "0x2E5CBE74"
|
||||||
text ". If you get an email that appears to be from me and the signature does not match that fingerprint, it is not from me."
|
text ". If you get an email that appears to be from me and the signature does not match that fingerprint, it is not from me."
|
||||||
|
|
||||||
p ->
|
p ->
|
||||||
|
|
Loading…
Reference in New Issue