diff --git a/sitemap.xml b/sitemap.xml index 71ff110e4e..620b955207 100755 --- a/sitemap.xml +++ b/sitemap.xml @@ -5,20 +5,20 @@ layout: {% for post in site.posts %} - http://jhipster.github.io{{ post.url }}{% if post.lastmod != null %} + https://jhipster.github.io{{ post.url }}{% if post.lastmod != null %} {{ post.lastmod | date_to_xmlschema }}{% endif %} daily 0.5 {% endfor %} - http://jhipster.github.io/presentation + https://jhipster.github.io/presentation daily 0.6 {% for page in site.pages %}{% if page.sitemap != null and page.sitemap != empty and page.sitemap.priority != null and page.url %} - http://jhipster.github.io{{ page.url }}{% if page.sitemap.lastmod != null %} + https://jhipster.github.io{{ page.url }}{% if page.sitemap.lastmod != null %} {{ page.sitemap.lastmod | date_to_xmlschema }}{% endif %} daily {{ page.sitemap.priority }}