diff --git a/aio/tools/transforms/templates/content.template.html b/aio/tools/transforms/templates/content.template.html index c02c83c481..d6681359ce 100644 --- a/aio/tools/transforms/templates/content.template.html +++ b/aio/tools/transforms/templates/content.template.html @@ -1,9 +1,12 @@ {% import "githubLinks.html" as github -%} +{% set relativePath = doc.fileInfo.relativePath %} {% if doc.title %}{$ ('# ' + doc.title.trim()) | marked $}{% endif %} -
- -
+{% if 'guide/' in relativePath or 'tutorial/' in relativePath or 'docs.md' in relativePath %} +
+ +
+{% endif %}
{$ doc.description | marked $}
\ No newline at end of file