git.ntnlv.ca
Repositories
Help
Report an Issue
lbd.git
Code
Commits
Branches
Tags
Search
Tree:
d74701b
Branches
Tags
prod
lbd.git
wp-content
themes
rookie
header.php
add tabIndex="0" for safari on iphone
davvalent
commited
d74701b
at 2024-07-29 21:36:37
header.php
Blame
History
Raw
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package Rookie */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?> tabIndex="0"> <div class="sp-header"><?php do_action( 'sportspress_header' ); ?></div> <div id="page" class="hfeed site"> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'rookie' ); ?></a> <header id="masthead" class="site-header" role="banner"> <div class="header-wrapper"> <?php rookie_header_area(); ?> </div><!-- .header-wrapper --> </header><!-- #masthead --> <div id="content" class="site-content"> <div class="content-wrapper"> <?php do_action( 'rookie_before_template' ); ?>