fibable/views/bio.phtml

8 lines
256 B
PHTML
Raw Normal View History

2025-02-13 10:37:29 +01:00
<div class="bio">
<figure>
<img src="./data/images/avatar.jpg" alt="<?=$author?>" class="portrait">
<figcaption><?=$author?></figcaption>
</figure>
<p><?=$bio?></p>
</div>