fibable/views/bio.phtml

8 lines
256 B
PHTML
Raw Normal View History

2023-09-04 21:13:29 +02:00
<div class="bio">
<figure>
<img src="./data/images/avatar.jpg" alt="<?=$author?>" class="portrait">
<figcaption><?=$author?></figcaption>
</figure>
<p><?=$bio?></p>
</div>