feat: ajoute rel="tag" et rel="directory"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6145556ea2
commit
1c30bfbd5a
1 changed files with 3 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
<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 mr-1">
|
||||
<a href="<?php echo $page->categoryPermalink(); ?>" class="btn btn-small c-primary p-category mr-1" rel="directory">
|
||||
<svg class="icon" alt=""><use xlink:href="#icon-folder"></use></svg>
|
||||
<?php echo $page->category(); ?>
|
||||
</a>
|
||||
|
@ -55,7 +55,8 @@
|
|||
<a href="<?php
|
||||
$tagObject = new Tag($x);
|
||||
echo print_r($tagObject->permalink());
|
||||
?>" class="btn btn-small c-secondary p-category mr-1">
|
||||
?>" class="btn btn-small c-secondary p-category mr-1"
|
||||
rel="tag directory">
|
||||
<svg class="icon" alt=""><use xlink:href="#icon-tags"></use></svg>
|
||||
<?php echo $y; ?>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue