From: Michael Tremer Date: Sun, 26 Jan 2020 21:29:54 +0000 (+0000) Subject: blog: Make unpublished posts render again X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb2cb985a8425c023e4334b76ecbcefaad631141;p=ipfire.org.git blog: Make unpublished posts render again Signed-off-by: Michael Tremer --- diff --git a/src/templates/blog/post.html b/src/templates/blog/post.html index 54a3eb78..210617e8 100644 --- a/src/templates/blog/post.html +++ b/src/templates/blog/post.html @@ -13,7 +13,9 @@ - + {% if post.published_at %} + + {% end %} {% if isinstance(post.author, accounts.Account) %}