Skip to content

Commit

Permalink
Fixed skip links being output before opening body tag. (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsquare17 authored and christophherr committed Nov 9, 2018
1 parent c0d43e5 commit bb6aa02
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/templates/structure/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
wp_head();

beans_close_markup_e( 'beans_head', 'head' );
beans_build_skip_links();

beans_open_markup_e(
'beans_body',
'body',
Expand All @@ -39,6 +39,8 @@
)
);

beans_build_skip_links();

beans_open_markup_e( 'beans_site', 'div', array( 'class' => 'tm-site' ) );

beans_open_markup_e( 'beans_main', 'main', array( 'class' => 'tm-main uk-block' ) );
Expand Down

0 comments on commit bb6aa02

Please sign in to comment.