mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-21 21:08:42 +00:00
fix: is_hidden in blog_archive
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0704b85065
commit
9528838d69
@ -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) ?>
|
||||
|
Loading…
Reference in New Issue
Block a user