aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-04 20:55:50 -0500
committerXe Iaso <me@xeiaso.net>2023-03-04 20:55:50 -0500
commitd90542daa89e056399232fb6a385a0184bcbe7b0 (patch)
tree98d92b26acc4b31fa6e02157543567c105ddddc8
parenta326de70d874257a2a56e0372406d5f796e333c4 (diff)
downloadxesite-d90542daa89e056399232fb6a385a0184bcbe7b0.tar.xz
xesite-d90542daa89e056399232fb6a385a0184bcbe7b0.zip
tmpl/blog: fix facts and circumstances sentence
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--src/tmpl/blog.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tmpl/blog.rs b/src/tmpl/blog.rs
index acc7354..2d664a1 100644
--- a/src/tmpl/blog.rs
+++ b/src/tmpl/blog.rs
@@ -83,7 +83,7 @@ pub fn blog(post: &Post, body: PreEscaped<&String>, referer: Option<String>) ->
p {
"This article was posted on "
(post.detri())
- ". Facts and circumstances may have changed since publication Please "
+ ". Facts and circumstances may have changed since publication. Please "
a href="/contact" {"contact me"}
" before jumping to conclusions if something seems wrong or unclear."
}