= $post->title() ?>
pinned()->isTrue() || $post->isDraft()) : ?>
= r($post->pinned()->isTrue(), kirbytag("fa", "thumbtack", ["class" => "fa-xs"])) ?>
= r($post->isDraft(), kirbytag("fa", "pencil-ruler", ["class" => "fa-xs"])) ?>
= kirbytag("fa", "calendar-days") ?>
created()->toDate("Y-m-d")), date_create($post->updated()->toDate("Y-m-d")))->format("%a") > 0) : ?>
Updated on = $post->updated()->toDate('l \t\h\e jS \of F Y') ?>
Posted on = $post->created()->toDate('l \t\h\e jS \of F Y') ?>
= $post->text()->textExcerpt(600, false) ?>