diff options
author | Adam Stück <adam@adast.xyz> | 2023-03-14 11:05:18 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-03-14 11:12:10 +0100 |
commit | e2e28ff7cb10974871faf5e6e980101f391a130b (patch) | |
tree | 4fdbc58611b268e1023948e164dd3572214cd9d7 /dst/index.html | |
parent | fb7b66a889b7dd497b8b79fab8e160eaaca338a6 (diff) |
Update PGP public key location and style
Link to sourcehut's copy of my PGP key instead of /pubkey.txt
Don't show the full signature and drop the monospacing
Diffstat (limited to 'dst/index.html')
-rw-r--r-- | dst/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dst/index.html b/dst/index.html index 8df14e3..61e6872 100644 --- a/dst/index.html +++ b/dst/index.html @@ -49,9 +49,6 @@ dl dt { dl dd:not(:last-child) { margin-bottom: .3rem; } -.pgp { - font-size: .9rem; -} </style> <dl class="external-links"> @@ -64,7 +61,7 @@ dl dd:not(:last-child) { <dt>linkedin</dt> <dd><a href="https://www.linkedin.com/in/adam-st%C3%BCck-169505268/">Adam Stück</a></dd> <dt>pgp</dt> -<dd><samp class="pgp"><a href="/pubkey.txt">FEC7 44EA DCD9 C893 977B C1D0 B544 2B88 D8E0 5672</a></samp></dd> +<dd><a href="https://meta.sr.ht/~adamski.pgp">B5442B88D8E05672</a></dd> </dl> <hr style="margin: 2rem 0"> |