From 54a7965d36b39f6ea88cbdeedcbc1e7ce011e922 Mon Sep 17 00:00:00 2001 From: Martin Taillefer Date: Wed, 31 May 2017 17:09:37 -0700 Subject: [PATCH] Update example to include {{home}} --- _docs/reference/contribute/writing-a-new-topic.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_docs/reference/contribute/writing-a-new-topic.md b/_docs/reference/contribute/writing-a-new-topic.md index e9d1891d3d..6e574df726 100644 --- a/_docs/reference/contribute/writing-a-new-topic.md +++ b/_docs/reference/contribute/writing-a-new-topic.md @@ -7,6 +7,7 @@ order: 30 layout: docs type: markdown --- +{% include home.html %} This page shows how to create a new Istio documentation topic. @@ -227,12 +228,12 @@ display a config file or a test file. To do so, you can't use normal markup and use direct HTML. For example: ``` -

+{% raw %}
{% endraw %}
 ```
 
 which produces the following result:
 
-

+

 
 The `data-src` attribute specifies the path to the file to display. This has to be a file within the
 current site, it cannot come from a different site.