14 lines
364 B
Twig
14 lines
364 B
Twig
<div class="mb-2">
|
|
<h2 class="text-inherit text-lg m-0">
|
|
<a href="{{ post.url }}" class="text-black inline-block">
|
|
{{ post.draft ? 'Draft: '|upper }}{{ post.title }}
|
|
</a>
|
|
</h2>
|
|
|
|
<p class="text-sm text-grey-dark">Posted on {{ post.date|date('jS F Y') }}</p>
|
|
</div>
|
|
|
|
<div>
|
|
<p class="text-sm">{{ post.excerpt }}</p>
|
|
</div>
|