diff --git a/_includes/example-list b/_includes/example-list
index 73a2c0cc..02c5f538 100644
--- a/_includes/example-list
+++ b/_includes/example-list
@@ -1,19 +1,20 @@
{% assign tutorials_list = page[include.id] %}
{% assign ref_guide_url = "https://root.cern/doc/master/" %}
-
+
+
+
+
{% assign i = 0 %}
{% for tut in tutorials_list %}
{% if i==0 %}
{% endif %}
-
+ |
-
+
-
- {% if tut.title %}{{ tut.title }}{% endif %}
-
+ {% if tut.title %}{{ tut.title }}{% endif %}
|
{% if i==2 %}
diff --git a/gallery/index.md b/gallery/index.md
index 6299c0fe..911ca440 100644
--- a/gallery/index.md
+++ b/gallery/index.md
@@ -8,8 +8,10 @@ list1:
title: This example demonstrates how to use the accessible color schemes with THStack.
- example: ratioplot1.C
title: Example creating a simple ratio plot of two histograms using the pois division option.
- - example: fillrandom.C
- title: Fill a 1-D histogram from a parametric function.
+ - example: ContourList.C
+ title: Getting Contours From TH2D.
+ - example: candleplotwhiskers.C
+ title: Example of candle plot showing the whiskers definition.
list2:
- example: annotation3d.C
title: This example show how to put some annotation on a 3D plot using 3D polylines.