Skip to content

Commit

Permalink
Merge pull request #125 from wikitongues/whoweare
Browse files Browse the repository at this point in the history
Whoweare
  • Loading branch information
bogreudell authored Dec 23, 2020
2 parents c136037 + 88900c1 commit 72c9231
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/team-nav.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ul class="wt_who-navigation">
<li<?php if ($current_page === 'team'):?> class="active"<?php endif; ?>>
<a href="<?php bloginfo('url'); ?>/who/leadership">Team</a>
<a href="<?php bloginfo('url'); ?>/who/team">Team</a>
</li>
<li<?php if ($current_page === 'contributors'):?> class="active"<?php endif; ?>>
<a href="<?php bloginfo('url'); ?>/who/contributors">Contributors</a>
Expand Down
2 changes: 1 addition & 1 deletion template-contributors.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
$donate_banner_form_embed = get_field('donate_banner_form_embed');

// load donate CTA
include( locate_template('components/donate-banner.php') );
//include( locate_template('components/donate-banner.php') );

get_footer(); ?>
2 changes: 1 addition & 1 deletion template-team.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
$donate_banner_form_embed = get_field('donate_banner_form_embed');

// load donate CTA
include( locate_template('components/donate-banner.php') );
//include( locate_template('components/donate-banner.php') );

get_footer(); ?>

0 comments on commit 72c9231

Please sign in to comment.