diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-10 13:34:01 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-10 13:35:57 +0000 |
commit | 3edb214fc37aa16f9f65c4c3dfff85774f62efe1 (patch) | |
tree | 18e9c075faef0dd7c668b3691b5a87b5aeb8e629 /site/misc/feed.xml | |
parent | ea152f6ded3a290783d726e72aee9c68a16f3241 (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.xml | 2 |
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> |