#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> </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>