正确获取昵称

This commit is contained in:
浪子 2024-06-27 15:37:29 +08:00
parent 0c72f67d8e
commit 296ea94340
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="author--card">
<img src="<?php $this->options->logoUrl() ?>" class="avatar" height="64" width="64" decoding="async">
<div class="author--name">
<?php $this->options->author() ?>
<?php $this->author(); ?>
</div>
<div class="author--description">
<?php $this->options->description() ?>