diff --git a/Cargo.lock b/Cargo.lock index b38b90f..5471d2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1738,7 +1738,7 @@ checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" [[package]] name = "web-base" version = "0.1.0" -source = "git+https://git.hydrar.de/jmarya/web-base#70acb7723810c0db9b7f3469f259dbb543dac042" +source = "git+https://git.hydrar.de/jmarya/web-base#d7ca4a0dd03f6f803b3059a357b8b53bf2c847a6" dependencies = [ "actix-files", "actix-web", diff --git a/src/pages/index.rs b/src/pages/index.rs index 6c8ed54..cd5879b 100644 --- a/src/pages/index.rs +++ b/src/pages/index.rs @@ -142,7 +142,7 @@ fn build_contact_block(conf: &web::Data) -> String { r#"

Contact

- +
{pgp_key_message} {email}
@@ -160,7 +160,7 @@ fn build_donation_block(conf: &web::Data) -> String { r#"

Donation

- +

Monero: {xmr_addr}

"#