mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +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
|
url: https://www.bigchaindb.com
|
||||||
ipdb_api_url: https://test.ipdb.io
|
ipdb_api_url: https://test.ipdb.io
|
||||||
|
|
||||||
|
# set to `true` to make hiring link appear in main menu
|
||||||
|
hiring: false
|
||||||
|
|
||||||
email:
|
email:
|
||||||
contact: contact@bigchaindb.com
|
contact: contact@bigchaindb.com
|
||||||
contact_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com"
|
contact_cc: "kamal@bigchaindb.com,ricardo@bigchaindb.com"
|
||||||
|
@ -9,10 +9,12 @@
|
|||||||
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
<use xlink:href="/assets/img/sprite.svg#logo"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
|
{% if site.hiring == true %}
|
||||||
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
|
<a class="menu__hiring" href="https://github.com/bigchaindb/org/tree/master/jobs" rel="external">
|
||||||
We're hiring!
|
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
|
||||||
</a>
|
We're hiring!
|
||||||
|
</a>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="grid__col grid__col--4">
|
<div class="grid__col grid__col--4">
|
||||||
|
Loading…
Reference in New Issue
Block a user