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.
qdouze2-wordpress-theme/header.php

30 lines
1.1 KiB
PHP
Raw Permalink Normal View History

2022-12-17 19:46:29 +01:00
<!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'); ?>
2023-05-03 13:25:49 +02:00
<link rel="shortcut icon" href="<?php echo get_template_directory_uri();?>/img/favicon.png">
2022-12-17 19:46:29 +01:00
<!-- CSS -->
2023-11-24 20:23:34 +01:00
<link href="<?php bloginfo('stylesheet_url'); ?>#f6532d3" rel="stylesheet"/>
2022-12-17 19:46:29 +01:00
</head>
<!-- Début du vrai HTML -->
<body>
2023-11-20 13:04:09 +01:00
<?php include(TEMPLATEPATH . '/components/common-icons.php'); ?>
2023-11-20 10:05:50 +01:00
<div class="bg-dark skip small-text fg-light">
2023-05-02 11:31:38 +02:00
<a href="#skip">Accéder au contenu</a>
</div>
2022-12-17 19:46:29 +01:00
<div id="wrapper">
<?php include(TEMPLATEPATH . '/components/header-content.php'); ?>
<div class="container-blog">