Skip to content

Commit 9d3836e

Browse files
committed
Remove sibebar ad
1 parent aabbadf commit 9d3836e

File tree

2 files changed

+21
-28
lines changed

2 files changed

+21
-28
lines changed

_includes/adpacks.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

_includes/sub-content.html

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
<hr class=hide-desk>
22

3-
<article class="[ box box--highlight ] mb" data-ui-component=ad>
4-
{% include adpacks.html %}
5-
</article>
3+
<p class=text-banner>
4+
<a href=/performance-audits/#fix-it-fast class="btn btn--full btn--positive" id=cta data-sctrack=cta-sidebar elementtiming=cta-sidebar>{% include cta.md %}</a>
5+
</p>
6+
7+
<script>
8+
(() => {
9+
10+
const cta = document.getElementById('cta');
11+
12+
cta.addEventListener('click', (event) => {
13+
14+
setTimeout(() => {
15+
LUX.addData('ctaClicked', true)
16+
});
17+
18+
});
19+
20+
})();
21+
</script>
22+
23+
<hr>
624

725
{% if page.page-class != "page--home" and page.page-class != "page--about" %}
826
<p>
@@ -28,28 +46,6 @@
2846

2947
<hr>
3048

31-
<p class=text-banner>
32-
<a href=/performance-audits/#fix-it-fast class="btn btn--full btn--positive" id=cta data-sctrack=cta-sidebar elementtiming=cta-sidebar>{% include cta.md %}</a>
33-
</p>
34-
35-
<script>
36-
(() => {
37-
38-
const cta = document.getElementById('cta');
39-
40-
cta.addEventListener('click', (event) => {
41-
42-
setTimeout(() => {
43-
LUX.addData('ctaClicked', true)
44-
});
45-
46-
});
47-
48-
})();
49-
</script>
50-
51-
<hr>
52-
5349
<h4>Connect</h4>
5450

5551
<ul>

0 commit comments

Comments
 (0)