remove pgp key, and link to keybase account

This commit is contained in:
Philippe Loctaux 2025-07-03 22:00:01 +02:00
parent 6b0d210c10
commit 7b1e8f8d16
2 changed files with 0 additions and 67 deletions

View file

@ -11,19 +11,5 @@ pub fn email_page() -> impl IntoAny {
"www at philippeloctaux dot com",
), Some(Icon::Email), None).into_any()}
</div>
<p class=tw_join!(
"mb-2"
)>
"If you want to encrypt your message, I have a "
{underline_link(Link::new(uri!("/pub/pgp-0x69771CD04BA82EC0.txt").into(), "pgp key"), None).into_any()}
" at your disposal."
</p>
<p class=tw_join!(
"mb-2"
)>
"I also have a "{underline_link(Link::new(uri!("/keybase.txt").into(), "Keybase"), None).into_any()}
" account, but I do not check it often."
</p>
}.into_any()
}