mirror of
https://github.com/jkjoy/Typecho-Theme-Puock.git
synced 2026-06-17 12:14:12 +00:00
1.1.8
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ if ($totalViews === null) $totalViews = 0;
|
||||
?>
|
||||
<?php if (!empty($this->options->sidebarBlock) && in_array('ShowAdmin', $this->options->sidebarBlock)): ?>
|
||||
<div class="widget-puock-author widget">
|
||||
<div class="header" style="background-image: url('<?php echo $this->options->bgUrl ?? $this->options->themeUrl('assets/img/cover.png'); ?>')">
|
||||
<div class="header" style="background-image: url('<?php echo !empty($this->options->bgUrl) ? $this->options->bgUrl : $this->options->themeUrl('assets/img/cover.png'); ?>')">
|
||||
<img src='<?php $this->options->themeUrl('assets/img/load.svg'); ?>' class='lazy avatar' data-src='<?php echo $avatar; ?>' >
|
||||
</div>
|
||||
<div class="content t-md puock-text">
|
||||
|
||||
Reference in New Issue
Block a user