mirror of
https://git.coop/cotech/website.git
synced 2025-10-06 08:34:34 +00:00
Merge branch 'master' into shuffle_clients
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
<div class="small-12 small-centered columns">
|
||||
<img src="/images/services/{{ page.slug }}.png" alt="">
|
||||
<h1>Coops that offer <span>{{ page.name }}</span></h1>
|
||||
{% if page.excerpt %}
|
||||
<p>{{ page.excerpt }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -17,6 +17,9 @@
|
||||
<div class="small-12 small-centered columns">
|
||||
<img src="/images/technologies/{{ page.slug }}" alt="{{ page.name }}">
|
||||
<h1>Coops that use <span>{{ page.name }}</span></h1>
|
||||
{% if page.excerpt %}
|
||||
<p>{{ page.excerpt }}</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user