Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56ebaab

Browse files
tighter scope for Fastly logo
1 parent 487623f commit 56ebaab

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

_layouts/langindex.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@
2626
<!-- Start pulling content -->
2727
{{ content }}
2828
<!--End content -->
29-
30-
{% if page.language == "plotly_js" %}
31-
<section class="sponsor--wrap">
32-
<div class="sponsor--desc">Distribution powered by</div>
33-
<div class="sponsor--title">
34-
<a target="_blank" href="https://www.fastly.com/">
35-
<img src="https://www.fastly.com/sites/default/files/fastly_logo.png" alt="Fastly">
36-
</a>
37-
</div>
38-
</section>
39-
{% endif %}
4029
</section>
4130
</div>
4231

_posts/plotly_js/2015-07-21-plotlyjs-getting-started.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,12 @@ <h2>Hello World Example</h2>
111111
<div class="row centered btnrow">
112112
<a href="/javascript/" class="button no_underline">more examples</a>
113113
</div>
114+
115+
<section class="sponsor--wrap">
116+
<div class="sponsor--desc">Distribution powered by</div>
117+
<div class="sponsor--title">
118+
<a target="_blank" href="https://www.fastly.com/open-source">
119+
<img src="https://www.fastly.com/sites/default/files/fastly_logo.png" alt="Fastly">
120+
</a>
121+
</div>
122+
</section>

0 commit comments

Comments
 (0)