#2 Hide coop services, technology and client listings when the coop hasn't included them in maekdown file

This commit is contained in:
Stephen Cox 2018-11-30 11:35:54 +00:00
parent 34fbb2f4e8
commit 6749541cf5
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,7 @@
</section>
<!-- /About -->
{% if page.services %}
<!-- Services -->
<section>
<h4>Services</h4>
@ -94,7 +95,9 @@
</div>
</section>
<!-- /Services -->
{% endif %}
{% if page.technologies %}
<!-- Technologies -->
<section>
<h4>Technologies</h4>
@ -112,7 +115,9 @@
</div>
</section>
<!-- /Technologies -->
{% endif %}
{% if page.clients %}
<!-- Clients -->
<section>
<h4>Clients</h4>
@ -128,6 +133,7 @@
</div>
</section>
<!-- /Clients -->
{% endif %}
</div>
</div>
</div>