feat: ajout microformat rel
This commit is contained in:
parent
5b5bf3ebf8
commit
d78d081579
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<a href="https://kobold.cafe/">
|
||||
<img src="<?php echo HTML_PATH_THEME_IMG; ?>/koboldcafe.gif" alt="Ce site hébergé par Kobold Cafe">
|
||||
</a>
|
||||
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr">
|
||||
<a href="https://creativecommons.org/licenses/by-sa/4.0/deed.fr" rel="licence">
|
||||
<img src="<?php echo HTML_PATH_THEME_IMG; ?>/cc-by-sa.gif" alt="Ce site est sous Creative Common Attribution - Partage dans les Mêmes Conditions 4.0 International">
|
||||
</a>
|
||||
</p>
|
||||
|
|
|
@ -32,7 +32,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 mr-half">
|
||||
<a href="<?php echo $page->categoryPermalink(); ?>" rel="tag directory" 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>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<li>
|
||||
<a href="<?php
|
||||
$tagObject = new Tag($x);
|
||||
echo $tagObject->permalink(); ?>" class="btn btn-small c-secondary p-category mr-half">
|
||||
echo $tagObject->permalink(); ?>" rel="tag directory" 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