diff options
| author | Mark Otto <[email protected]> | 2017-05-28 19:36:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 19:36:03 -0700 |
| commit | a9fccc88139f6fe4ec12fe1defcee3b6cb2dff8b (patch) | |
| tree | f185b47a420c25ad3da68f6306fa96c77df60334 | |
| parent | d4a1244c601208115c784d912f4f17ebc77f3b76 (diff) | |
| download | bootstrap-a9fccc88139f6fe4ec12fe1defcee3b6cb2dff8b.tar.xz bootstrap-a9fccc88139f6fe4ec12fe1defcee3b6cb2dff8b.zip | |
jobs url added
| -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"> |
