aboutsummaryrefslogtreecommitdiffstats
path: root/site/sitemap.xml
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2018-12-10 13:34:01 +0000
committerStephane Desneux <stephane.desneux@iot.bzh>2018-12-10 13:34:01 +0000
commit32537e84454101bb99324aa546ffec8ece8050b5 (patch)
tree02537d8b51dc5328b62b04359c724f21b1544246 /site/sitemap.xml
parent6cee6fe207eb717cd51d9589371ccf1d01d2bd01 (diff)
Disable TechPost section in rendering
The TechPost section is not maintained: this commit disables the TechPost section in the output. Bug-AGL: SPEC-2029 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/sitemap.xml')
-rw-r--r--site/sitemap.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/sitemap.xml b/site/sitemap.xml
index 0e33063..3589b42 100644
--- a/site/sitemap.xml
+++ b/site/sitemap.xml
@@ -4,9 +4,11 @@
<urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
<!-- posts -->
+{% comment %} <!-- posts disabled: SPEC-2029 -->
{% for post in site.posts %}
{% include sitemap_entry.html url=post.url change_frequency=post.change_frequency priority=post.priority %}
{% endfor %}
+{% endcomment %}
<!-- pages -->
{% for site_page in site.pages %}