From 29a6f7414549c9cd55c72072a9ab08689e87cf83 Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Thu, 21 Jul 2016 22:35:28 +0200 Subject: [PATCH] Revert "Revert "Use https in the sitemap"" This reverts commit f2f7288dbda5322dd4ea8bedbaf28f900664eaa1. --- sitemap.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}