From b776e4f41cf9cafa7635e56c14ca91ea299d5222 Mon Sep 17 00:00:00 2001 From: leosw Date: Fri, 28 May 2021 22:37:05 +0200 Subject: [PATCH] Fix #2: Change opacity of not public articles in list --- views/d.blog.list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/d.blog.list.html b/views/d.blog.list.html index cbe683f..cc06ecf 100755 --- a/views/d.blog.list.html +++ b/views/d.blog.list.html @@ -21,7 +21,7 @@ objs as $row) { ?> -
is_archive == 't') echo 'class="article_archive" '; ?>> + is_public == 'f') echo ' class="article_archive" '; ?>>

name?>.

content_txt,0,200)?>...