Skip to content

Commit 02a5630

Browse files
fix: improve keyboard navigation between posts
1 parent cf509ef commit 02a5630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/views/partials/excerpt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private function get_post_excerpt( $context, $post_id = null ) {
4848
$length = $this->get_excerpt_length();
4949

5050
$output = '';
51-
$output .= '<div class="excerpt-wrap entry-summary">';
51+
$output .= '<div class="excerpt-wrap entry-summary" tabindex="0">';
5252
$output .= $this->get_excerpt( $length, $post_id );
5353
$output .= '</div>';
5454

0 commit comments

Comments
 (0)