<?php
get_header();
ebor_page_title(
get_option( 'blog_title', 'BLOG' ),
get_option( 'blog_image', '' )
);
?>
<style>
.page-title { background-color: #f3f3f3;}
</style>
<section class="section-wrap-sm blog-standard pb-50">
<div class="container relative">
<?php get_template_part( 'loop/loop-post', get_option( 'blog_layout', 'standard' ) ); ?>
</div>
</section>
<?php
get_footer();