mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-01 09:05:49 +00:00
Add sitemap for Google search
This commit is contained in:
4
tool/template-sitemap.txt
Normal file
4
tool/template-sitemap.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
{% for page in pages -%}
|
||||
{%- if page.html is defined and page.html != "sitemap.txt" -%}
|
||||
https://developers.ripple.com/{{page.html}}
|
||||
{% endif %}{% endfor %}
|
||||
Reference in New Issue
Block a user