This commit is contained in:
杜恒
2021-01-20 12:47:04 +08:00
parent 1e35537f64
commit 9d4ff99084
5 changed files with 27 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<aside class="joe_aside">
<?php if (in_array('author', $this->options->JAside)) : ?>
<section class="joe_aside__item author">
<img class="wallpaper" />
<img class="image" src="" alt="<?php $this->author->screenName(); ?>" />
</section>
<?php endif; ?>
</aside>