mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
Alphabetically sort merchants
This commit is contained in:
parent
1ace2f5a52
commit
e982768276
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ Merchants of all kinds have come to value the financial privacy that Monero brin
|
|||
<div class="info-block">
|
||||
<h2>{{toplevel.category}}</h2>
|
||||
<div class="row">
|
||||
{% for merchants in toplevel.merchants %}
|
||||
{% assign sortedMerchants = toplevel.merchants | sort: 'name' %}
|
||||
{% for merchants in sortedMerchants %}
|
||||
<div class="col-md-4 col-sm-6 col-xs-12">
|
||||
<a href="{{merchants.url}}">{{merchants.name}}</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue