fix(blog/archive): click_zan block
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2023-02-25 06:55:53 +08:00
parent c98a893fb6
commit 424d3163af
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -129,7 +129,7 @@ $all_tags = DB::selectAll([
<?php endforeach ?>
</td>
<td><?= $blog->info['post_time'] ?></td>
<td><?= ClickZans::getBlock('B', $blog->info['id'], $blog->info['zan'], null, false) ?></td>
<td><?= ClickZans::getCntBlock($blog->info['zan']) ?></td>
</tr>
<?php endforeach ?>
</tbody>