maud formatting
This commit is contained in:
10
src/index.rs
10
src/index.rs
@@ -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 {
|
||||
|
Reference in New Issue
Block a user