Add sitemap for Google search

This commit is contained in:
mDuo13
2018-05-12 16:55:47 -07:00
parent e0832738ae
commit cc53c408c6
2 changed files with 11 additions and 0 deletions

View 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 %}