fix: is_hidden in blog_archive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-10-02 17:53:33 +08:00
parent 0704b85065
commit 9528838d69
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -58,6 +58,9 @@
<?php $cnt++ ?>
<tr>
<td>
<?php if ($blog['is_hidden']): ?>
<span class="text-danger">[已隐藏]</span>
<?php endif ?>
<?= getBlogLink($blog['id']) ?>
<?php foreach (queryBlogTags($blog['id']) as $tag): ?>
<?php echoBlogTag($tag) ?>