34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<!DOCTYPE html>
|
|
<html <?php language_attributes(); ?>>
|
|
<head>
|
|
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title><?php bloginfo('name'); ?><?php wp_title(' - '); ?></title>
|
|
<meta name="description" content="<?php bloginfo('name'); echo " - "; bloginfo('description');?>" />
|
|
|
|
<?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
|
|
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
|
|
<?php endif; ?>
|
|
|
|
<?php wp_head(); ?>
|
|
<?php include(TEMPLATEPATH . '/components/opengraph.php'); ?>
|
|
|
|
<!-- mon icon -->
|
|
<link rel="shortcut icon" href="img/favicon.png">
|
|
|
|
<!-- framework utilisés -->
|
|
<link href="<?php echo get_template_directory_uri() . "/dep/spectre/css/spectre.min.css"; ?>" rel="stylesheet"/>
|
|
<link href="<?php echo get_template_directory_uri() . "/dep/fork-awesome/css/fork-awesome.min.css"; ?>" rel="stylesheet"/>
|
|
|
|
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet"/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="wrapper" class="card">
|
|
<header>
|
|
<?php include(TEMPLATEPATH . '/components/navbar-pages.php'); ?>
|
|
<?php include(TEMPLATEPATH . '/components/logo.php'); ?>
|
|
<?php include(TEMPLATEPATH . '/components/navbar-category.php'); ?>
|
|
</header>
|
|
<section class="container-fluid">
|
|
<div class="row">
|