aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-04-01 18:52:30 -0400
committerXe Iaso <me@xeiaso.net>2023-04-01 18:52:30 -0400
commitec368169fb4c7782834c626d77f6afab7924cd05 (patch)
tree5be09b9dd8daa2f6cfd5c38f39f7109a4fb120ec /lib
parente9e7ec80af0d2cae67c9dcf2cef64ca54a731046 (diff)
downloadxesite-ec368169fb4c7782834c626d77f6afab7924cd05.tar.xz
xesite-ec368169fb4c7782834c626d77f6afab7924cd05.zip
fix share button
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/xesite_templates/src/lib.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/xesite_templates/src/lib.rs b/lib/xesite_templates/src/lib.rs
index 6c849ec..97ed95f 100644
--- a/lib/xesite_templates/src/lib.rs
+++ b/lib/xesite_templates/src/lib.rs
@@ -5,9 +5,9 @@ pub fn talk_warning() -> Markup {
html! {
div.warning {
(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 install this userstyle: "
- a href="/static/css/no-fun-allowed.user.css" {code {"No fun allowed"}}
- ". If this isn't enough, please edit it to also hide this CSS class: "
+ "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."
}))