#2 Hide coop services, technology and client listings when the coop hasn't included them in maekdown file
This commit is contained in:
parent
34fbb2f4e8
commit
6749541cf5
@ -77,6 +77,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<!-- /About -->
|
<!-- /About -->
|
||||||
|
|
||||||
|
{% if page.services %}
|
||||||
<!-- Services -->
|
<!-- Services -->
|
||||||
<section>
|
<section>
|
||||||
<h4>Services</h4>
|
<h4>Services</h4>
|
||||||
@ -94,7 +95,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- /Services -->
|
<!-- /Services -->
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if page.technologies %}
|
||||||
<!-- Technologies -->
|
<!-- Technologies -->
|
||||||
<section>
|
<section>
|
||||||
<h4>Technologies</h4>
|
<h4>Technologies</h4>
|
||||||
@ -112,7 +115,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- /Technologies -->
|
<!-- /Technologies -->
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if page.clients %}
|
||||||
<!-- Clients -->
|
<!-- Clients -->
|
||||||
<section>
|
<section>
|
||||||
<h4>Clients</h4>
|
<h4>Clients</h4>
|
||||||
@ -128,6 +133,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- /Clients -->
|
<!-- /Clients -->
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user