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 /src | |
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 'src')
-rw-r--r-- | src/index.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/index.md b/src/index.md index 54e2a8d..99a85a2 100644 --- a/src/index.md +++ b/src/index.md @@ -27,9 +27,6 @@ dl dt { dl dd:not(:last-child) { margin-bottom: .3rem; } -.pgp { - font-size: .9rem; -} </style> <dl class="external-links"> <dt>email</dt> @@ -41,7 +38,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"> |