How can I move the date from the bottom to above the image in the EasyBlog Grid layout?
<div class="eb-blog-grid__foot">
<time class="eb-blog-grid-meta-date">
<?php echo $post->getDisplayDate()->format(JText::_('DATE_FORMAT_LC1')); ?>
</time>
</div>