Skip to content

Commit

Permalink
Merge pull request juju#181 from tbille/add-hiring-link
Browse files Browse the repository at this point in the history
Add hiring link to global nav
  • Loading branch information
Toto Bille committed Apr 1, 2021
2 parents 541e3e3 + 288f372 commit ecfeb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Expand Up @@ -140,7 +140,7 @@
<script src="/static/js/build/global-nav/global-nav.js"></script>
<script src="/static/js/build/cookie-policy/cookie-policy.js"></script>
<script>
canonicalGlobalNav.createNav({ maxWidth: "72rem", showLogins: false });
canonicalGlobalNav.createNav({ maxWidth: "72rem", showLogins: false , hiring: 'https://juju.is/careers' });
cpNs.cookiePolicy();
</script>
</body>
Expand Down

0 comments on commit ecfeb5e

Please sign in to comment.