Files
xrpl-dev-portal/tool/template-sitemap.txt
2018-05-12 16:55:47 -07:00

5 lines
156 B
Plaintext

{% for page in pages -%}
{%- if page.html is defined and page.html != "sitemap.txt" -%}
https://developers.ripple.com/{{page.html}}
{% endif %}{% endfor %}