-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
30 lines (23 loc) · 1.24 KB
/
header.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="<?php language_attributes();?>">
<head>
<meta charset="utf-8" />
<meta name="author" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!--<title>--><?php //echo wp_title()?><!--</title>-->
<!-- Custom CSS -->
<!-- <link href="--><?php //echo get_stylesheet_directory_uri() . '/style.css'?><!--" rel="stylesheet">-->
<!-- Custom Color Option -->
<!-- <link href="--><?php //echo get_stylesheet_directory_uri().'/assets/css/colors.css'?><!--" rel="stylesheet">-->
<!-- WordPress function for essential head elements -->
<?php wp_head(); ?>
</head>
<body <?php body_class('red-skin blog-page');?>>
<!-- ============================================================== -->
<!-- Preloader - style you can find in spinners.css -->
<!-- ============================================================== -->
<!--<div id="preloader"><div class="preloader"><span></span><span></span></div></div>-->
<!-- ============================================================== -->
<!-- Main wrapper - style you can find in pages.scss -->
<!-- ============================================================== -->
<div id="main-wrapper">