fix(page): separation tags
This commit is contained in:
parent
fb9dc54bcb
commit
0876630039
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
<?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>
|
||||
<?php echo $y; ?>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue