blob: d5ad255313f9ab9e93c777c66537205bc1384197 (
plain)
1
2
3
4
5
6
|
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?=aria_section('post', $post['meta']['name'])?>
<span><?=ucfirst(lang('posted'))?>: <time><?=$this->main->format_date($post['meta']['date'])?></time></span>
<br>
<?=$post['content']?>
</div>
|