monero-site/community/merchants/index.md
rehrar a22d7eda73 OH MY GOSH THIS LOCALIZATION REIMPLEMENTATION TOOK FOREVER
- Deleted flippin' template directories (unnecessary now)
- Moved all cussin' HTML to root files instead of in _i18n folder (except for guides)
- Replaced all freakin' strings with liquid translation tags
- Added all Kevin' strings for each language already merged to their respective .yml files
- 40 seconds of testing before sending PR

Signed-off-by: rehrar <rehrar@tuta.io>
2018-05-26 16:32:58 -06:00

1.1 KiB

layout title permalink
custom titles.merchants /community/merchants/index.html

{% t merchants.intro1 %} {% t merchants.intro2 %}

{% for toplevel in site.data.merchants %}

{{toplevel.category}}

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

{% t merchants.disclaimer %}

{% t global.untranslated %} README.