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