From b45b96283186e45a5566e3652515d0336f1e3624 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 1 Aug 2025 17:11:05 +0200 Subject: [PATCH] emph --- src/index.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/index.rs b/src/index.rs index 49a728d..f626c0f 100644 --- a/src/index.rs +++ b/src/index.rs @@ -4,7 +4,10 @@ use maud::{html, Markup, PreEscaped}; pub(super) async fn index() -> Markup { new(html! { hgroup { - h1 { "Digital Shadows" (PreEscaped("—")) "Who owns your data?" } + h1 { "Digital Shadows" (PreEscaped("—")) "Who owns your " + mark { "data" } + "?" + } p { "What happens when your digital shadow takes shape: tangible, interrogative, observant?" }