tabindex links 2

This commit is contained in:
Jerry
2024-05-15 15:59:23 +02:00
parent 197b599246
commit 374f651961
4 changed files with 16 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ if ($tIds !== false) {
<div class="cont">
<div class="inner-cont">
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li><a href="/" tabindex="0">Home</a></li>
<li class="active">FAQ</li>
</ol>
</div>
@@ -103,7 +103,7 @@ if ($tIds !== false) {
echo '
<div class="faq-question">
<a href="'.get_permalink($post).'">'.$post->post_title.'</a>
<a href="'.get_permalink($post).'" tabindex="0">'.$post->post_title.'</a>
</div>
';
}