fix(page): separation tags

This commit is contained in:
Kazhnuz 2024-11-17 15:34:52 +01:00
parent fb9dc54bcb
commit 0876630039

View file

@ -28,7 +28,7 @@
<ul class="nolist" aria-labelledby="title-article-taxo-categories">
<h4 class="sr-only" id="title-article-taxo-categories">Catégories</h4>
<li>
<a href="<?php echo $page->categoryPermalink(); ?>" class="btn btn-small c-primary p-category">
<a href="<?php echo $page->categoryPermalink(); ?>" class="btn btn-small c-primary p-category mr-half">
<svg class="icon" alt=""><use xlink:href="#icon-folder"></use></svg>
&nbsp;<?php echo $page->category(); ?>
</a>
@ -39,7 +39,7 @@
<li>
<a href="<?php
$tagObject = new Tag($x);
echo $tagObject->permalink(); ?>" class="btn btn-small c-secondary p-category">
echo $tagObject->permalink(); ?>" class="btn btn-small c-secondary p-category mr-half">
<svg class="icon" alt=""><use xlink:href="#icon-tags"></use></svg>
&nbsp;<?php echo $y; ?>
</a>