mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
added merchants; brokers
This commit is contained in:
parent
b5bb5287b6
commit
63a59a9dc2
25 changed files with 52 additions and 20 deletions
|
@ -138,4 +138,17 @@ description: pages.merchants.description
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section section--intro-lead section--merchants">
|
||||
<div class="section__content content">
|
||||
<div class="section__intro">
|
||||
<h2 class="section__title">{% t pages.merchants.bills-heading %}</h2>
|
||||
</div>
|
||||
<ul class="member-list member-list--merchants">
|
||||
{% for merchant in site.data.merchants-bills %}
|
||||
{% include merchant-list.html %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue