fix: utilisation bonne icone pour les romans

This commit is contained in:
Kazhnuz Klappsthul 2022-12-14 14:39:12 +01:00
parent 31feb0a4d4
commit 2c6bbddb5f
1 changed files with 1 additions and 1 deletions

View File

@ -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; ?>