diff options
| -rw-r--r-- | _config.yml | 1 | ||||
| -rw-r--r-- | docs/_includes/nav-home.html | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 3f6732ae8..6bbdfcd5e 100644 --- a/_config.yml +++ b/_config.yml @@ -43,6 +43,7 @@ download: blog: https://blog.getbootstrap.com expo: https://expo.getbootstrap.com themes: https://themes.getbootstrap.com +jobs: https://jobs.getbootstrap.com cdn: # See https://www.srihash.org for info on how to generate the hashes diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index f3c5a0732..c76fe493f 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -18,6 +18,9 @@ <a class="nav-link" href="{{ site.themes }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Themes');">Themes</a> </li> <li class="nav-item"> + <a class="nav-link" href="{{ site.jobs }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Jobs');">Jobs</a> + </li> + <li class="nav-item"> <a class="nav-link" href="{{ site.expo }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Expo');">Expo</a> </li> <li class="nav-item"> |
