We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5db3ad commit c764698Copy full SHA for c764698
components/com_content/tmpl/category/blog_links.php
@@ -15,11 +15,11 @@
15
16
?>
17
18
-<ul class="com-content-blog__links">
+<ol class="com-content-blog__links">
19
<?php foreach ($this->link_items as $item) : ?>
20
<li class="com-content-blog__link">
21
<a href="<?php echo Route::_(RouteHelper::getArticleRoute($item->slug, $item->catid, $item->language)); ?>">
22
<?php echo $item->title; ?></a>
23
</li>
24
<?php endforeach; ?>
25
-</ul>
+</ol>
0 commit comments