maud formatting

This commit is contained in:
2025-08-02 21:24:12 +02:00
parent 4b62d5989b
commit b734043310
3 changed files with 54 additions and 56 deletions

View File

@@ -3,11 +3,9 @@ use maud::{html, Markup};
pub(super) async fn index() -> Markup {
new(html! {
h1 {
"Digital Shadows"
}
h1 { "Digital Shadows" }
hgroup {
h2 {
h2 {
"Who owns your "
mark { "data" }
"?"
@@ -22,9 +20,7 @@ pub(super) async fn index() -> Markup {
blockquote {
"Digital Shadows confronts visitors with their digital self copied, measured, analyzed. An experiment on data power, visibility, and control in the digital age."
footer {
cite {
"— René Mayrhofer"
}
cite { "— René Mayrhofer" }
}
}
p {