quadrille-elsa.fr/themes/zhaohuabing/layouts/partials/posts.html
Adrian Amaglio c5b2a334f7 init
2023-09-18 21:27:59 +02:00

18 lines
444 B
HTML

<div class="container">
<div class="row">
<!-- USE SIDEBAR -->
<!-- Post Container -->
<div class="
col-lg-8 col-lg-offset-1
col-md-8 col-md-offset-1
col-sm-12
col-xs-12
post-container
">
{{ partial "post_list.html" . }}
{{ partial "pagination.html" . }}
</div>
{{ partial "sidebar.html" . }}
</div>
</div>