From: David Kerkeslager Date: Thu, 13 Aug 2020 19:53:16 +0000 (-0400) Subject: Add an empty handler X-Git-Url: https://code.kerkeslager.com/?p=styx.blog;a=commitdiff_plain;h=c1e07517dbe4f9db0fe231ee9462fab76a6f9194 Add an empty handler --- diff --git a/core/templates/core/post_list.html b/core/templates/core/post_list.html index bca4c13..36acc53 100644 --- a/core/templates/core/post_list.html +++ b/core/templates/core/post_list.html @@ -26,6 +26,8 @@ +{% empty %} +

No posts.

{% endfor %} {% include 'core/page_nav.html' %}