This commit is contained in:
杜恒
2021-01-20 12:39:49 +08:00
parent f81e6bbca4
commit 1e35537f64
10 changed files with 298 additions and 15 deletions

9
public/aside.php Normal file
View File

@@ -0,0 +1,9 @@
<?php if ($this->options->JAside && $this->fields->aside !== "off") : ?>
<aside class="joe_aside">
<?php if (in_array('author', $this->options->JAside)) : ?>
<section class="joe_aside__item author">
<img class="wallpaper" />
</section>
<?php endif; ?>
</aside>
<?php endif; ?>