mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36: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
|
bigchaindb_api_url: https://test.bigchaindb.com
|
||||||
|
|
||||||
# set to `true` to make hiring link appear in main menu
|
# set to `true` to make hiring link appear in main menu
|
||||||
hiring: true
|
hiring: false
|
||||||
|
|
||||||
email:
|
email:
|
||||||
contact: contact@bigchaindb.com
|
contact: contact@bigchaindb.com
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
{% if site.hiring == true %}
|
{% 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>
|
<svg class="icon icon--suitcase"><use xlink:href="/assets/img/sprite.svg#icon-suitcase"></use></svg>
|
||||||
We're hiring!
|
We're hiring!
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user