1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-04-09 03:24:36 +00:00

fix: is_hidden in blog_archive

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

@ -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) ?>