Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
monero-project
monero-site
Commits
98263704
Commit
98263704
authored
Sep 21, 2017
by
Riccardo Spagni
Committed by
GitHub
Sep 21, 2017
Browse files
Merge pull request #404 from mattcode55/fix-403
Add allforcrypto.com to merchants.yml and alphabetically sort merchants
parents
9965eb52
e9827682
Changes
2
Hide whitespace changes
Inline
Side-by-side
_data/merchants.yml
View file @
98263704
...
...
@@ -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
...
...
community/merchants/index.md
View file @
98263704
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment