File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 63
63
64
64
</ section >
65
65
66
- {% if page.permalink contains "javascript/" or page.permalink contains " python/" %}
66
+ {% if page.permalink contains "python/" %}
67
67
68
- < a href ="https://dash.plotly.com "> < img width ="100% " style ="margin-top: 20px; "
69
- src ="/all_static/images/dash .png " /> </ a >
68
+ < a href ="https://dash.plotly.com/tutorial?utm_medium=graphing_libraries&utm_content=python_footer "> < img width ="100% " style ="margin-top: 20px; "
69
+ src ="/all_static/images/dash_2023 .png " /> </ a >
70
70
71
- {%elsif page.permalink contains "r/" or page.permalink contains "ggplot2 /" %}
71
+ {%elsif page.permalink contains "javascript /" %}
72
72
73
- < a href ="https://dashr .plotly.com "> < img width ="100% " style ="margin-top: 20px; "
74
- src ="/all_static/images/dash .png " /> </ a >
73
+ < a href ="https://dash .plotly.com/tutorial?utm_medium=graphing_libraries&utm_content=javascript_footer "> < img width ="100% " style ="margin-top: 20px; "
74
+ src ="/all_static/images/dash_2023 .png " /> </ a >
75
75
76
76
{% endif %}
77
77
Original file line number Diff line number Diff line change 21
21
{{ content }}
22
22
<!--End content -->
23
23
{% unless page.permalink contains "/reference/" %}
24
- {% if page.permalink contains "javascript/" or page.permalink contains " python/" %}
24
+ {% if page.permalink contains "python/" %}
25
25
26
- < a href ="https://dash.plotly.com "> < img width ="100% " style ="margin-top: 20px; "
27
- src ="/all_static/images/dash .png " /> </ a >
26
+ < a href ="https://dash.plotly.com/tutorial?utm_medium=graphing_libraries&utm_content=python_footer "> < img width ="100% " style ="margin-top: 20px; "
27
+ src ="/all_static/images/dash_2023 .png " /> </ a >
28
28
29
- {%elsif page.permalink contains "r/" or page.permalink contains "ggplot2 /" %}
29
+ {%elsif page.permalink contains "javascript /" %}
30
30
31
- < a href ="https://dashr .plotly.com "> < img width ="100% " style ="margin-top: 20px; "
32
- src ="/all_static/images/dash .png " /> </ a >
31
+ < a href ="https://dash .plotly.com/tutorial?utm_medium=graphing_libraries&utm_content=javascript_footer "> < img width ="100% " style ="margin-top: 20px; "
32
+ src ="/all_static/images/dash_2023 .png " /> </ a >
33
33
34
34
{% endif %}
35
35
{% endunless %}
You can’t perform that action at this time.
0 commit comments