Document theme behavior and format editor styles
This commit is contained in:
+5
-2
@@ -3,10 +3,13 @@
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<?php wp_head(); ?>
|
||||
<?php // Required hook for WordPress, plugins, and enqueued head assets.
|
||||
wp_head(); ?>
|
||||
</head>
|
||||
<body <?php body_class(); ?>>
|
||||
<?php wp_body_open(); ?>
|
||||
<?php // Allows integrations to inject markup immediately after the opening body tag.
|
||||
wp_body_open(); ?>
|
||||
<?php // Lets keyboard users bypass repeated site navigation. ?>
|
||||
<a class="screen-reader-text" href="#main"><?php esc_html_e( 'Skip to content', 'c1024-2026' ); ?></a>
|
||||
<header class="site-header" id="masthead">
|
||||
<div class="header-inner">
|
||||
|
||||
Reference in New Issue
Block a user