mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
put hiring link behind site option, set to false
This commit is contained in:
parent
9d56efa20e
commit
ddc0870710
@ -7,6 +7,9 @@ description: 'The scalable blockchain database powering IPDB.'
|
||||
url: https://www.bigchaindb.com
|
||||
ipdb_api_url: https://test.ipdb.io
|
||||
|
||||
# set to `true` to make hiring link appear in main menu
|
||||
hiring: false
|
||||
|
||||
email:
|
||||
contact: contact@bigchaindb.com
|
||||
contact_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com"
|
||||
|
@ -9,10 +9,12 @@
|
||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
||||
</svg>
|
||||
</a>
|
||||
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
|
||||
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
|
||||
We're hiring!
|
||||
</a>
|
||||
{% if site.hiring == true %}
|
||||
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
|
||||
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
|
||||
We're hiring!
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
<div class="grid__col grid__col--4">
|
||||
|
Loading…
Reference in New Issue
Block a user