Skip to content

Commit

Permalink
fix: thumbnail function is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed Aug 21, 2021
1 parent b6d7805 commit 241df34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/page-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</a>
</div>
<?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">
<?php
$category = get_the_category();
Expand Down

0 comments on commit 241df34

Please sign in to comment.