Skip to content

Commit b0bee57

Browse files
author
Joseph Damiba
committed
add dash image to language index pages
1 parent e6f8370 commit b0bee57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_layouts/langindex.html

+9
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
<!-- Start pulling content -->
2727
{{ content }}
2828
<!--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 %}
2938
</section>
3039
</div>
3140

0 commit comments

Comments
 (0)