mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 03:05:49 +00:00
5 lines
143 B
Plaintext
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 %}
|