Files
xrpl-dev-portal/tool/template-sitemap.txt
2019-06-13 15:41:07 -07:00

5 lines
143 B
Plaintext

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