mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-27 22:14:26 +00:00
0.7.0
重新整理了一下目录,更改了部分内容的实现方式
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<div class="author--card">
|
||||
<img src="<?php $this->options->logoUrl() ?>" class="avatar" height="64" width="64" decoding="async">
|
||||
<div class="author--name">
|
||||
<?php $this->author(); ?>
|
||||
</div>
|
||||
<div class="author--description">
|
||||
<?php $this->options->description() ?>
|
||||
</div>
|
||||
<div class="author--sns">
|
||||
<?php $this->need('./module/sns.php'); ?>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user