mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 03:08:41 +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++ ?>
|
<?php $cnt++ ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
<?php if ($blog['is_hidden']): ?>
|
||||||
|
<span class="text-danger">[已隐藏]</span>
|
||||||
|
<?php endif ?>
|
||||||
<?= getBlogLink($blog['id']) ?>
|
<?= getBlogLink($blog['id']) ?>
|
||||||
<?php foreach (queryBlogTags($blog['id']) as $tag): ?>
|
<?php foreach (queryBlogTags($blog['id']) as $tag): ?>
|
||||||
<?php echoBlogTag($tag) ?>
|
<?php echoBlogTag($tag) ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user