We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9938a commit 0286e60Copy full SHA for 0286e60
themes/vue/layout/partials/ad.ejs
@@ -1,3 +1,4 @@
1
+<% if (!page.sponsors && !page.partners) { %>
2
<div id="ad">
3
<script
4
async
@@ -6,3 +7,4 @@
6
7
id="_carbonads_js">
8
</script>
9
</div>
10
+<% } %>
themes/vue/layout/partials/sidebar.ejs
@@ -33,5 +33,6 @@
33
34
35
36
-
37
<%- partial('partials/platinum_sponsors', { context: 'right' }) %>
38
themes/vue/layout/partials/sponsors_sidebar.ejs
@@ -10,5 +10,6 @@
11
12
13
14
<%- partial('partials/platinum_sponsors', { context: 'left' }) %>
15
0 commit comments