diff --git a/_data/merchants.yml b/_data/merchants.yml index 3dce02dd..cf6a845d 100644 --- a/_data/merchants.yml +++ b/_data/merchants.yml @@ -170,6 +170,8 @@ url: https://silverround.com/ - name: Synntech Gaming url: https://synntechgaming.com + - name: All For Crypto + url: https://allforcrypto.com - category: Entertainment merchants: - name: Crypto Games diff --git a/community/merchants/index.md b/community/merchants/index.md index 1a52a811..5b9bd91f 100644 --- a/community/merchants/index.md +++ b/community/merchants/index.md @@ -11,7 +11,8 @@ Merchants of all kinds have come to value the financial privacy that Monero brin

{{toplevel.category}}

- {% for merchants in toplevel.merchants %} + {% assign sortedMerchants = toplevel.merchants | sort: 'name' %} + {% for merchants in sortedMerchants %}