mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-17 08:18:03 +00:00
a22d7eda73
- 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>
1.1 KiB
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 %}
{%endfor%}
{{toplevel.category}}
{% assign sortedMerchants = toplevel.merchants | sort: 'name' %}
{% for merchants in sortedMerchants %}
{% endfor %}
{% t merchants.disclaimer %}
{% t global.untranslated %} README.