fix: utilisation bonne icone pour les romans
This commit is contained in:
parent
31feb0a4d4
commit
2c6bbddb5f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<?php get_header(); ?> <!-- ouvrir header,php -->
|
||||
<main>
|
||||
<?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
|
||||
<?php kspace_cat_breadcrumb('Romans', 'folder-open'); ?>
|
||||
<?php kspace_cat_breadcrumb('Romans', 'book'); ?>
|
||||
|
||||
<?php endwhile; ?>
|
||||
<?php endif; ?>
|
||||
|
|
Reference in a new issue