mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-21 17:26:55 +01:00
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:
commit
54d2337bb5
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user