File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2828{% assign language = "scikit-learn" %}
2929{% endif %}
3030
31+ {% assign display_as = page.display_as %}
32+
3133{% assign pages_list = site.posts | where:"language", language %}
3234
3335{% for page in pages_list %}
139141{% elsif page.display_as == "decision_trees" %}
140142{% assign decision_trees = true %}
141143<!-- END OF SCIKIT CUSTOM LAYOUT -->
144+
142145{% endif %}
143146{% endfor %}
144147
282285 </ nav >
283286
284287 <!-- Examples start -->
288+ {% unless display_as %}
285289 < header class ="--sidebar-header "> Examples</ header >
286290 < nav class ="--sidebar-body watch " id ="where ">
287291 < ul class ="--sidebar-list ">
405409 </ li >
406410 {% endif %}
407411
412+
408413 <!-- START OF GGPLOT CUSTOM LAYOUT -->
409414 {% if aesthetics == true %}
410415 < li class ="--sidebar-item ">
614619 {% endif %}
615620 </ ul >
616621 </ nav >
622+ {% endunless %}
617623 <!-- Community -->
618624 < header class ="--sidebar-header "> Community</ header >
619625 < nav class ="--sidebar-body watch " id ="where ">
You can’t perform that action at this time.
0 commit comments