Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5afd7889
authored
2022-01-18 15:22:41 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
veiwport
1 parent
786a012b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/understrap-child/header.php
wp-content/themes/understrap-child/header.php
View file @
5afd788
...
...
@@ -17,7 +17,7 @@ $navbar_type = get_theme_mod( 'understrap_navbar_type', 'collapse' );
<html
<?php
language_attributes
();
?>
>
<head>
<meta
charset=
"
<?php
bloginfo
(
'charset'
);
?>
"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1
, shrink-to-fit=no
"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"profile"
href=
"http://gmpg.org/xfn/11"
>
<?php
wp_head
();
?>
</head>
...
...
Please
register
or
sign in
to post a comment