<div class=“cell post-panel”>

<a href="{{ post.url | prepend: site.baseurl }}">
  <div class="grid-x grid-padding-x">
    <h3 class="cell auto post-loop-title title">{{ post.title }}</h3>
    <time class="cell medium-1">{{ post.date | date: "%b %-d, %Y" }}</time>
  </div>
</a>

</div>