35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<?php
|
|
$page_title = 'Insights & Articles — Doormile';
|
|
$current_page = 'blogs';
|
|
$depth = '';
|
|
include 'includes/layout/head.php';
|
|
?>
|
|
<link rel="stylesheet" href="<?php echo $depth; ?>assets/css/sections/section-blogs.css">
|
|
</head>
|
|
|
|
<body class="wp-singular page-template-default page wp-theme-logico wp-child-theme-logico-child theme-logico logico-front-end logico-theme-style-rounded elementor-default elementor-kit-5">
|
|
|
|
<div class="body-overlay"></div>
|
|
|
|
<!-- Pre-loader -->
|
|
<div class="page-loader-container">
|
|
<div class="page-loader">
|
|
<div class="page-loader-inner">
|
|
<img width="152" height="116"
|
|
src="<?php echo $depth; ?>assets/images/preloader.png"
|
|
alt="Loading" class="page-loader-logo" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include 'includes/layout/header.php'; ?>
|
|
|
|
<?php include 'includes/sections/blog/blog-hero.php'; ?>
|
|
|
|
<?php include 'includes/sections/blog/blog-grid.php'; ?>
|
|
|
|
<?php include 'includes/layout/footer.php'; ?>
|
|
|
|
</body>
|
|
</html>
|