Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/layouts/_header-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<div class="--wrap">
<div class="--wrap-left">
<div class="-identity">
<a href="https://plotly.com/"><img src="/all_static/images/graphing_library_dark.svg"
<a href="{% if page.permalink contains 'python/' %}/python/{% else %}https://plotly.com/{% endif %}"><img src="/all_static/images/graphing_library_dark.svg"
style="height: 30px;" class="logo-dark"></a>
<a href="/graphing-libraries/"><img src="/all_static/images/graphing_library.svg"
<a href="{% if page.permalink contains 'python/' %}/python/{% else %}/graphing-libraries/{% endif %}"><img src="/all_static/images/graphing_library.svg"
style="height: 30px;" class="logo-white"></a>


Expand Down
2 changes: 1 addition & 1 deletion _includes/layouts/side-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<aside class="--sidebar-container">
<div class="--sidebar-fixed reference" data-spy="affix" id="where">
<div class="brand">
<a href="/graphing-libraries/"><img src="/all_static/images/graphing_library.svg" style="height: 30px;"></a>
<a href="{% if page.permalink contains 'python/' %}/python/{% else %}/graphing-libraries/{% endif %}"><img src="/all_static/images/graphing_library.svg" style="height: 30px;"></a>
</div>
{% if page.permalink contains "javascript/" or page.permalink contains "python/" or page.permalink contains "r/" or page.permalink contains "julia/" or page.permalink contains "ggplot2/" %}
<button id="modal-button" type="button" data-toggle="modal" data-target="#myModal">
Expand Down