layout: default
{{ content }}
<div class=“row mt-3”>
<!-- START POST COLUMN --> <div class="col-md-8 py-2"> {% include post-cards.html %} {% include paginator.html %} </div> <!-- START INFO COLUMN --> <div class="col-md-4 py-3"> {% include about.html %} {% include other-posts.html %} </div>
</div>