Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
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
3f6a2bd0
authored
2023-11-13 10:57:33 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
a8bb8dcd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
wp-content/themes/msf-child/global-templates/navbar-collapse-bootstrap5.php
wp-content/themes/msf-child/global-templates/navbar-collapse-bootstrap5.php
View file @
3f6a2bd
...
...
@@ -25,7 +25,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<div
class=
"branding"
>
<?php
get_template_part
(
'global-templates/navbar-branding'
);
?>
<a
rel=
"home"
class=
"site-title"
href=
"
<?php
echo
esc_url
(
home_url
(
'/'
)
);
?>
"
itemprop=
"url"
>
<div
class=
""
>
MSF CLIMATE HUB
</div>
<div
class=
""
>
<?php
_e
(
'MSF CLIMATE HUB'
,
'msf'
);
?>
</div>
</a>
<?=
do_shortcode
(
'[wpml_language_selector_widget link_current=0]'
)
?>
</div>
...
...
Please
register
or
sign in
to post a comment