diff options
| author | Xe Iaso <me@christine.website> | 2022-11-23 21:39:11 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-11-23 21:39:11 -0500 |
| commit | 83337b0d7f9165583e5b3a8ab2ee44adc8eadd41 (patch) | |
| tree | 2fc10dfc476363774830acd68e86ef56066b6ed1 | |
| parent | b28b66745f43a2250862552a5e5ba2bd292d9414 (diff) | |
| download | xesite-83337b0d7f9165583e5b3a8ab2ee44adc8eadd41.tar.xz xesite-83337b0d7f9165583e5b3a8ab2ee44adc8eadd41.zip | |
fix the ads
Signed-off-by: Xe Iaso <me@christine.website>
| -rw-r--r-- | lib/xesite_templates/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xesite_templates/src/lib.rs b/lib/xesite_templates/src/lib.rs index 2d38052..1149aaa 100644 --- a/lib/xesite_templates/src/lib.rs +++ b/lib/xesite_templates/src/lib.rs @@ -147,7 +147,7 @@ pub fn video(path: String) -> Markup { pub fn advertiser_nag() -> Markup { html! { script r#async src="https://media.ethicalads.io/media/client/ethicalads.min.js" { "" } - div.adaptive data-ea-publisher="christinewebsite" data-ea-type="image" data-ea-style="fixedfooter" { + div.adaptive data-ea-publisher="christinewebsite" data-ea-type="text" data-ea-style="fixedfooter" { .warning { (conv( "Cadey".into(), |
