diff options
| author | Xe Iaso <me@christine.website> | 2022-05-12 21:25:56 +0000 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-05-12 21:25:56 +0000 |
| commit | 737b4700a0be7f8f9ac494d0c9a743206a24aac9 (patch) | |
| tree | c660cdab82cc7d9e4204834c5da4a9ad685d400c /templates | |
| parent | 22ab51b29c4b51578c394e8d8e019ad64bb8b674 (diff) | |
| download | xesite-737b4700a0be7f8f9ac494d0c9a743206a24aac9.tar.xz xesite-737b4700a0be7f8f9ac494d0c9a743206a24aac9.zip | |
put ads at the end
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blogpost.rs.html | 4 | ||||
| -rw-r--r-- | templates/talkpost.rs.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html index 162782a..51e6b4b 100644 --- a/templates/blogpost.rs.html +++ b/templates/blogpost.rs.html @@ -74,10 +74,10 @@ <small>A @post.read_time_estimate_minutes minute read.</small> -<div data-ea-publisher="christinewebsite" data-ea-type="text"></div> - @body +<div data-ea-publisher="christinewebsite" data-ea-type="text"></div> + <hr /> @if post.front_matter.vod.is_some() { diff --git a/templates/talkpost.rs.html b/templates/talkpost.rs.html index 89d9f08..b2f64ce 100644 --- a/templates/talkpost.rs.html +++ b/templates/talkpost.rs.html @@ -56,12 +56,12 @@ <script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script> } -<div data-ea-publisher="christinewebsite" data-ea-type="text"></div> - @body <a href="@post.front_matter.slides_link.as_ref().unwrap()">Link to the slides</a> +<div data-ea-publisher="christinewebsite" data-ea-type="text"></div> + <hr /> <!-- The button that should be clicked. --> |
