From 053e7fafa7bd82aed2f15de54e5c9a11013cbb4c Mon Sep 17 00:00:00 2001 From: Tay Ray Chuan Date: Wed, 10 Nov 2010 00:13:43 +0800 Subject: [PATCH] don't show discus when previewing posts --- themes/default/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/post.html b/themes/default/post.html index 25b244d..ec73f41 100644 --- a/themes/default/post.html +++ b/themes/default/post.html @@ -16,7 +16,7 @@

{{post.title|escape}}

{{post.published|date:"d F, Y"}}

- {% if config.disqus_forum %} + {% if config.disqus_forum and not is_admin %}

Comments

{% if devel %}