fix: remove stray col-md-8

Fixes #17
This commit is contained in:
Kazhnuz Klappsthul 2021-01-03 10:41:52 +01:00
parent 6632203fdf
commit 30dce209f0
9 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<main>
<div class="flex-that">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">

View File

@ -1,5 +1,5 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<main>
<?php
$category = get_category( get_query_var( 'cat' ) );
$cat_id = $category->cat_ID; ?>

View File

@ -1,5 +1,5 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<main>
<?php
$category = get_category( get_query_var( 'cat' ) );
$cat_id = $category->cat_ID; ?>

View File

@ -1,5 +1,5 @@
<?php get_header(); ?>
<main class="col-md-8">
<main>
<!-- Recuperation de la page de home -->
<?php if ( !is_paged() ) {

View File

@ -1,5 +1,5 @@
<?php get_header(); ?>
<main class="col-md-8">
<main>
<h1 class="page-title">Publications</h1>
<?php include(TEMPLATEPATH . '/components/preview-list.php'); ?>
</main>

View File

@ -1,5 +1,5 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<main>
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<article class="article-content" id="post-<?php the_ID(); ?>">

View File

@ -1,5 +1,5 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<main>
<h1 class="page-title"><i class="fa fa-fw fa-search"></i><?php _e('', 'sandbox') ?> Recherche pour le terme « <?php echo get_search_query(); ?> »</h1>
<?php include(TEMPLATEPATH . '/components/posts-list.php'); ?>

View File

@ -1,5 +1,5 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<main>
<div class="flex-that">
<nav aria-label="breadcrumb">

View File

@ -1,5 +1,5 @@
<?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8">
<main>
<?php $tag = get_category( get_query_var( 'tag' ) );
$tag_id = $tag->ID;?>
<div class="flex-that">