Skip to content

Commit eb3cda2

Browse files
formatting tweaks
1 parent d3aabc1 commit eb3cda2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/layouts/new-to-plotly.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
{% if page.language == "python" or page.language == "plotly_js" or page.language == "r" %}
23
<details>
34
<summary><span style="cursor: pointer; color: #2391fe !important">New to Plotly?</span></summary>
45
{% if page.language == "python" %}
@@ -9,3 +10,4 @@
910
<p>Plotly is a <a href="/r/is-plotly-free/">free and open-source</a> graphing library for R. We recommend you read our <a href="/r/getting-started/">Getting Started guide</a> for the latest installation or upgrade instructions, then move on to our <a href="/r/plotly-fundamentals/">Plotly Fundamentals tutorials</a> or dive straight in to some <a href="/r/basic-charts/">Basic Charts tutorials</a>.</p>
1011
{% endif %}
1112
</details>
13+
{% endif %}

0 commit comments

Comments
 (0)