This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
kspace-wordpress-theme/header.php

30 lines
1.1 KiB
PHP
Raw Permalink Normal View History

<!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() ) ) : ?>
2020-12-30 19:17:07 +01:00
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
<?php endif; ?>
<?php wp_head(); ?>
<?php include(TEMPLATEPATH . '/components/opengraph.php'); ?>
2023-11-18 12:17:07 +01:00
<link rel="shortcut icon" href="<?php echo get_template_directory_uri();?>/img/favicon.png">>
2020-12-30 19:42:46 +01:00
<!-- CSS -->
2023-11-18 13:17:35 +01:00
<link href="<?php bloginfo('stylesheet_url'); ?>?f43dsg" rel="stylesheet"/>
</head>
2020-12-30 19:42:46 +01:00
<!-- Début du vrai HTML -->
<body>
2023-11-18 12:17:07 +01:00
<?php include(TEMPLATEPATH . '/components/common-icons.php'); ?>
<div class="bg-dark skip small-text">
<a href="#skip">Accéder au contenu</a>
</div>
2020-12-30 19:42:46 +01:00
<div id="wrapper">
<?php include(TEMPLATEPATH . '/components/header-content.php'); ?>
<div class="container-blog">