brz9-cdn/pcf-wp/header.php

27 lines
710 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://file.brz9.dev/cdn/byl/css/byl.min.css"/>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="root" class="byl-root">
<header id="masthead" class="byl-header byl-centered byl-bloc">
<h1 id="site-title">
<a href="<?php bloginfo( 'url' ) ?>"><?php bloginfo( 'name' ); ?></a>
</h1>
<h2 id="tagline"><?php bloginfo( 'description' ); ?></h2>
<?php dynamic_sidebar( 'dyn-side-header' ); ?>
</header>
<div class="byl-main row">
<?php get_sidebar('left') ?>
<main id="content" class="col col-lg-7 col-md-8 col-sm-8 col-xs-12">