fix: thumbnail function is disabled

pull/420/head
Seaton Jiang 2021-08-21 11:28:09 +08:00
parent b6d780508b
commit 241df3493d
No known key found for this signature in database
GPG Key ID: 0E05070D261ACFEA
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
</a> </a>
</div> </div>
<?php } ?> <?php } ?>
<div class="a-post <?php echo kratos_option('g_thumbnail', true) ?? 'a-none'; ?>"> <div class="a-post <?php echo kratos_option('g_thumbnail', true) ?: 'a-none'; ?>">
<div class="header"> <div class="header">
<?php <?php
$category = get_the_category(); $category = get_the_category();