aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-05-24 17:45:16 -0400
committerXe Iaso <me@christine.website>2022-05-24 17:46:10 -0400
commite545abeb1a3f7f0a98cea64b72e6b742b483ce7b (patch)
treea6cb527ff50d0fc3a173303c04a17a0a131f2968
parent08d96305af5bfd2a5d3c4b16a3cc2aac1d2eecbd (diff)
downloadxesite-e545abeb1a3f7f0a98cea64b72e6b742b483ce7b.tar.xz
xesite-e545abeb1a3f7f0a98cea64b72e6b742b483ce7b.zip
templates/{blog,talk}post: clarify time zone
Apparently the fact that my blog runs on UTC is surprising to people. Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--templates/blogpost.rs.html2
-rw-r--r--templates/talkpost.rs.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/blogpost.rs.html b/templates/blogpost.rs.html
index dfbc1a4..d8b9ab0 100644
--- a/templates/blogpost.rs.html
+++ b/templates/blogpost.rs.html
@@ -66,7 +66,7 @@
@if Utc::today().num_days_from_ce() < post.date.num_days_from_ce() {
<div class="warning">
- @:mara("hacker", "Mara", Html(format!(r#"Hey, this post is set to go live to the public on {}. Right now you are reading a pre-publication version of this post. Please do not share this on social media. This post will automatically go live for everyone on the intended publication date. If you want access to these posts, please join the <a href="https://patreon.com/cadey">Patreon</a>. It helps me afford the copyeditor that I contract for the technical content I write."#, post.detri())))
+ @:mara("hacker", "Mara", Html(format!(r#"Hey, this post is set to go live to the public on {} UTC. Right now you are reading a pre-publication version of this post. Please do not share this on social media. This post will automatically go live for everyone on the intended publication date. If you want access to these posts, please join the <a href="https://patreon.com/cadey">Patreon</a>. It helps me afford the copyeditor that I contract for the technical content I write."#, post.detri())))
</div>
} else {
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
diff --git a/templates/talkpost.rs.html b/templates/talkpost.rs.html
index b2f64ce..231d64f 100644
--- a/templates/talkpost.rs.html
+++ b/templates/talkpost.rs.html
@@ -50,7 +50,7 @@
@if Utc::today().num_days_from_ce() < post.date.num_days_from_ce() {
<div class="warning">
- @:mara("hacker", "Mara", Html(format!(r#"Hey, this post is set to go live to the public on {}. Right now you are reading a pre-publication version of this post. Please do not share this on social media. This post will automatically go live for everyone on the intended publication date. If you want access to these posts, please join the <a href="https://patreon.com/cadey">Patreon</a>. It helps me afford the copyeditor that I contract for the technical content I write."#, post.detri())))
+ @:mara("hacker", "Mara", Html(format!(r#"Hey, this post is set to go live to the public on {} UTC. Right now you are reading a pre-publication version of this post. Please do not share this on social media. This post will automatically go live for everyone on the intended publication date. If you want access to these posts, please join the <a href="https://patreon.com/cadey">Patreon</a>. It helps me afford the copyeditor that I contract for the technical content I write."#, post.detri())))
</div>
} else {
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>