]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
jobs url added
authorMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 02:36:03 +0000 (19:36 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 29 May 2017 02:36:03 +0000 (19:36 -0700)
_config.yml
docs/_includes/nav-home.html

index 3f6732ae8c8911a60f9e61744c771cce8ade5ff7..6bbdfcd5ebe80d1c4fdae077edcabb5d1a35c548 100644 (file)
@@ -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
index f3c5a073221fcf05a290139ed101e8cb3a28f17f..c76fe493f44455cd9daeb62d495b712a1a6be738 100644 (file)
@@ -17,6 +17,9 @@
       <li class="nav-item">
         <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>