From 69e9e80de86e998984ae88fe56f0f1899a17a2e1 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 10:29:34 -0800 Subject: [PATCH] shorten fingerprint --- views/contact.moon | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/contact.moon b/views/contact.moon index 77938c4..b932763 100644 --- a/views/contact.moon +++ b/views/contact.moon @@ -17,11 +17,12 @@ class Index extends Widget div class: "email", -> text "xena@yolo-swag.com" + br! p -> text "My GPG fingerprint is " 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." p ->