···66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7788[dependencies]
99-maud = "0.24.0"
109uuid = { version = "1", features = [ "v4" ] }
11101212-xesite_types = { path = "../xesite_types" }1111+xesite_types = { path = "../xesite_types" }
1212+1313+[dependencies.maud]
1414+git = "https://github.com/Xe/maud"
1515+rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
1616+features = ["axum"]
+1-1
lib/xesite_templates/src/lib.rs
···66 div.warning {
77 (conv("Cadey".to_string(), "coffee".to_string(), html!{
88 "So you are aware: you are reading the written version of a conference talk. This is written in a different style that is more lighthearted, conversational and different than the content normally on this blog. The words being said are the verbatim words that were spoken at the conference. The slides are the literal slides for each spoken utterance. If you want to hide the non-essential slides, please install this userstyle: "
99- a href="/css/no-fun-allowed.user.css" {code {"No fun allowed"}}
99+ a href="/static/css/no-fun-allowed.user.css" {code {"No fun allowed"}}
1010 ". If this isn't enough, please edit it to also hide this CSS class: "
1111 code { "xeblog-slides-essential" }
1212 ". Doing this may make the presentation page harder to understand."