fixed scrolling category page

This commit is contained in:
Djalim Simaila 2023-01-26 19:30:31 +01:00
parent 1855231de3
commit 74226c53b6

View File

@ -11,7 +11,7 @@ $allCategory = array(
<li class="hasH3"><h3>Catégories :</h3></li>
<?php
foreach($allCategory as $category => $category_path) {
echo '<li><a href="/category/' . $category_path . '">'. $category . '</a></li>';
echo '<li><a href="/category#' . $category_path . '">'. $category . '</a></li>';
}?>
</ul>
</aside>