diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-04-01 19:13:18 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-04-01 19:13:18 -0400 |
| commit | edbb00f6ca0f30712cab495a8fda2651749cf263 (patch) | |
| tree | 0a256393cb8bea4d34685a3266cc62d70ba8e4c9 | |
| parent | e17d8c7c4e9cb737aac3db6e1c772e2a3da89962 (diff) | |
| download | xesite-edbb00f6ca0f30712cab495a8fda2651749cf263.tar.xz xesite-edbb00f6ca0f30712cab495a8fda2651749cf263.zip | |
grammars good
Signed-off-by: Xe Iaso <me@xeiaso.net>
| -rw-r--r-- | lib/xesite_templates/src/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/xesite_templates/src/lib.rs b/lib/xesite_templates/src/lib.rs index 97ed95f..b4483bc 100644 --- a/lib/xesite_templates/src/lib.rs +++ b/lib/xesite_templates/src/lib.rs @@ -7,9 +7,6 @@ pub fn talk_warning() -> Markup { (conv("Cadey".to_string(), "coffee".to_string(), html!{ "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 press this button: " (xeact_component("NoFunAllowed", serde_json::Value::Null)) - "If this isn't enough, please edit it to also hide this CSS class: " - code { "xeblog-slides-essential" } - ". Doing this may make the presentation page harder to understand." })) } } |
