We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f8370 commit b0bee57Copy full SHA for b0bee57
_layouts/langindex.html
@@ -26,6 +26,15 @@
26
<!-- Start pulling content -->
27
{{ content }}
28
<!--End content -->
29
+ {% if page.permalink contains "javascript/" or page.permalink contains "python/" %}
30
+
31
+ <a href="https://dash.plot.ly"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
32
33
+ {%elsif page.permalink contains "r/" or page.permalink contains "ggplot2/" %}
34
35
+ <a href="https://dashr.plot.ly"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash.png"/></a>
36
37
+ {% endif %}
38
</section>
39
</div>
40
0 commit comments