2024-06-05 14:19:34 +08:00
|
|
|
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
2024-05-17 15:47:27 +08:00
|
|
|
<div class="author--card">
|
|
|
|
<img src="<?php $this->options->logoUrl() ?>" class="avatar" height="64" width="64" decoding="async">
|
|
|
|
<div class="author--name">
|
2024-06-27 15:37:29 +08:00
|
|
|
<?php $this->author(); ?>
|
2024-05-17 15:47:27 +08:00
|
|
|
</div>
|
|
|
|
<div class="author--description">
|
|
|
|
<?php $this->options->description() ?>
|
|
|
|
</div>
|
|
|
|
<div class="author--sns">
|
|
|
|
<?php $this->need('sns.php'); ?>
|
|
|
|
</div>
|
2024-05-30 14:47:29 +08:00
|
|
|
</div>
|