summaryrefslogtreecommitdiff
path: root/src/web/_views/apps/blog_post.php
blob: 1eaef9f92af2af4309f083de81b4b52ad1ad60d1 (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><?=$this->format_date($post['meta']['date'])?></time>
	</div>
	<?=$post['content']?>
</div>