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 --> <?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8"> <main>
<div class="flex-that"> <div class="flex-that">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">

View File

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

View File

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

View File

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

View File

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

View File

@ -1,15 +1,15 @@
<?php get_header(); ?> <!-- ouvrir header,php --> <?php get_header(); ?> <!-- ouvrir header,php -->
<main class="col-md-8"> <main>
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?> <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
<article class="article-content" id="post-<?php the_ID(); ?>"> <article class="article-content" id="post-<?php the_ID(); ?>">
<h1 class="page-title"><?php the_title(); ?></h1> <h1 class="page-title"><?php the_title(); ?></h1>
<div class="article-body"> <div class="article-body">
<?php the_content(); ?> <?php the_content(); ?>
</div> </div>
</article> </article>
<?php endwhile; ?> <?php endwhile; ?>
<?php endif; ?> <?php endif; ?>
</main> </main>

View File

@ -1,7 +1,7 @@
<?php get_header(); ?> <!-- ouvrir header,php --> <?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> <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'); ?> <?php include(TEMPLATEPATH . '/components/posts-list.php'); ?>
</main> </main>
<?php get_sidebar(); ?> <?php get_sidebar(); ?>

View File

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

View File

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