Skip to content

Commit

Permalink
fix: dynamic lang tag on header
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelManca authored Sep 8, 2023
1 parent 6b86608 commit c2253ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$theme_locations = get_nav_menu_locations();
?>
<!doctype html>
<html lang="it">
<html <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Expand Down

0 comments on commit c2253ae

Please sign in to comment.