diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tmpl/blog.rs | 2 |
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." } |
