aboutsummaryrefslogtreecommitdiffstats
path: root/site/misc/feed.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/misc/feed.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/misc/feed.xml')
-rw-r--r--site/misc/feed.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/site/misc/feed.xml b/site/misc/feed.xml
index 626f4f9..debd36c 100644
--- a/site/misc/feed.xml
+++ b/site/misc/feed.xml
@@ -11,6 +11,7 @@ layout: null
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
+{% comment %} <!-- posts disabled : SPEC-2029 -->
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>
@@ -26,5 +27,6 @@ layout: null
{% endfor %}
</item>
{% endfor %}
+{% endcomment %}
</channel>
</rss>