Merge pull request #271 from ttmc/update-re-hiring

Update "We're hiring" link but also turn it off in main menu
This commit is contained in:
Matthias Kretschmann 2018-10-14 14:01:56 +02:00 committed by GitHub
commit 54d2337bb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ url: https://www.bigchaindb.com
bigchaindb_api_url: https://test.bigchaindb.com
# set to `true` to make hiring link appear in main menu
hiring: true
hiring: false
email:
contact: contact@bigchaindb.com

View File

@ -10,7 +10,7 @@
</svg>
</a>
{% if site.hiring == true %}
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/archive/jobs" rel="external">
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
We're hiring!
</a>